How To Install xonotic-server on Fedora 36
Introduction
In this tutorial we learn how to install xonotic-server on Fedora 36.
What is xonotic-server
Xonotic is a fast-paced, chaotic, and intense multiplayer first person shooter, focused on providing basic, old style deathmatches. This is the Xonotic dedicated server required to host network games.
We can use yum or dnf to install xonotic-server on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xonotic-server.
Install xonotic-server 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 xonotic-server using dnf by running the following command:
sudo dnf -y install xonotic-server
Install xonotic-server 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 xonotic-server using yum by running the following command:
sudo yum -y install xonotic-server
How To Uninstall xonotic-server on Fedora 36
To uninstall only the xonotic-server package we can use the following command:
sudo dnf remove xonotic-server
xonotic-server Package Contents on Fedora 36
/usr/bin/xonotic-dedicated
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/3a54d75446e7994b9208b9cc0826ae7c9b71bb
References
Summary
In this tutorial we learn how to install xonotic-server on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).