How To Install tworld on Fedora 34
Introduction
In this tutorial we learn how to install tworld
on Fedora 34.
What is tworld
Tile World is a game made up of both intellectually engaging puzzles and situations demanding fast reflexes. The object of each level is simply to get out — i.e., to find and achieve the exit tile. This simple task, however, can sometimes be extremely challenging.
We can use yum
or dnf
to install tworld
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install tworld.
Install tworld on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install tworld
using dnf
by running the following command:
sudo dnf -y install tworld
Install tworld on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install tworld
using yum
by running the following command:
sudo yum -y install tworld
How To Uninstall tworld on Fedora 34
To uninstall only the tworld
package we can use the following command:
sudo dnf remove tworld
tworld Package Contents on Fedora 34
/usr/bin/tworld
/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/8223177846cb974ac2d8dbef3b6aec05072f06
/usr/share/appdata/tworld.appdata.xml
/usr/share/applications/tworld.desktop
/usr/share/doc/tworld
/usr/share/doc/tworld/BUGS
/usr/share/doc/tworld/README
/usr/share/doc/tworld/tworld.html
/usr/share/icons/hicolor/16x16/apps/tworld.png
/usr/share/icons/hicolor/32x32/apps/tworld.png
/usr/share/icons/hicolor/48x48/apps/tworld.png
/usr/share/licenses/tworld
/usr/share/licenses/tworld/COPYING
/usr/share/man/man6/tworld.6.gz
References
Summary
In this tutorial we learn how to install tworld
on Fedora 34 using yum and dnf.