How To Install xonotic-data on Fedora 36
Introduction
In this tutorial we learn how to install xonotic-data on Fedora 36.
What is xonotic-data
Xonotic is a fast-paced, chaotic, and intense multiplayer first person shooter, focused on providing basic, old style deathmatches. Data (textures, maps, sounds and models) required to play xonotic.
We can use yum or dnf to install xonotic-data on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xonotic-data.
Install xonotic-data 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-data using dnf by running the following command:
sudo dnf -y install xonotic-data
Install xonotic-data 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-data using yum by running the following command:
sudo yum -y install xonotic-data
How To Uninstall xonotic-data on Fedora 36
To uninstall only the xonotic-data package we can use the following command:
sudo dnf remove xonotic-data
xonotic-data Package Contents on Fedora 36
/usr/share/doc/xonotic-data
/usr/share/doc/xonotic-data/COPYING
/usr/share/doc/xonotic-data/GPL-2
/usr/share/doc/xonotic-data/GPL-3
/usr/share/xonotic
/usr/share/xonotic/data
/usr/share/xonotic/data/font-unifont-20170401.pk3
/usr/share/xonotic/data/font-xolonium-20170401.pk3
/usr/share/xonotic/data/xonotic-20170401-data.pk3
/usr/share/xonotic/data/xonotic-20170401-maps.pk3
/usr/share/xonotic/data/xonotic-20170401-music.pk3
/usr/share/xonotic/data/xonotic-20170401-nexcompat.pk3
/usr/share/xonotic/key_0.d0pk
References
Summary
In this tutorial we learn how to install xonotic-data on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).