How To Install tennix on Fedora 36
Introduction
In this tutorial we learn how to install tennix on Fedora 36.
What is tennix
Tennix! is a SDL port of a simple tennis game. It features a two-player game mode and a single-player mode against the computer.
We can use yum or dnf to install tennix on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tennix.
Install tennix 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 tennix using dnf by running the following command:
sudo dnf -y install tennix
Install tennix 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 tennix using yum by running the following command:
sudo yum -y install tennix
How To Uninstall tennix on Fedora 36
To uninstall only the tennix package we can use the following command:
sudo dnf remove tennix
tennix Package Contents on Fedora 36
/usr/bin/tennix
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/ddf7ef98ca35509206cb98dd09cef088dd30c1
/usr/share/appdata/tennix.appdata.xml
/usr/share/applications/tennix.desktop
/usr/share/doc/tennix
/usr/share/doc/tennix/HACKING
/usr/share/doc/tennix/README
/usr/share/doc/tennix/TODO
/usr/share/icons/hicolor/scalable/apps/tennix.png
/usr/share/licenses/tennix
/usr/share/licenses/tennix/COPYING
/usr/share/man/man6/tennix.6.gz
/usr/share/pixmaps/tennix.png
/usr/share/tennix/tennix.tnx
References
Summary
In this tutorial we learn how to install tennix on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).