How To Install tworld on Fedora 36
Introduction
In this tutorial we learn how to install tworld
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install tworld.
Install tworld on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install tworld
using dnf
by running the following command:
sudo dnf -y install tworld
Install tworld on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the tworld
package we can use the following command:
sudo dnf remove tworld
tworld Package Contents on Fedora 36
/usr/bin/tworld
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/c5b8daa35ff24055b6735c4ed3066cf2e43da0
/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 36 using yum and [dnf]((/fedora/36/dnf/).