How To Install teeworlds on Fedora 36
Introduction
In this tutorial we learn how to install teeworlds
on Fedora 36.
What is teeworlds
The game features cartoon-themed graphics and physics, and relies heavily on classic shooter weaponry and gameplay. The controls are heavily inspired by the FPS genre of computer games.
We can use yum
or dnf
to install teeworlds
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teeworlds.
Install teeworlds 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 teeworlds
using dnf
by running the following command:
sudo dnf -y install teeworlds
Install teeworlds 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 teeworlds
using yum
by running the following command:
sudo yum -y install teeworlds
How To Uninstall teeworlds on Fedora 36
To uninstall only the teeworlds
package we can use the following command:
sudo dnf remove teeworlds
teeworlds Package Contents on Fedora 36
/usr/bin/teeworlds
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/8da94fea339ca3a88beda065ce24103d3bfffd
/usr/share/applications/teeworlds.desktop
/usr/share/doc/teeworlds
/usr/share/doc/teeworlds/readme.md
/usr/share/icons/hicolor/256x256/apps/teeworlds.png
/usr/share/licenses/teeworlds
/usr/share/licenses/teeworlds/license.txt
/usr/share/metainfo/teeworlds.appdata.xml
/usr/share/pixmaps/teeworlds.png
References
Summary
In this tutorial we learn how to install teeworlds
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).