How To Install alienarena-server on Fedora 36
Introduction
In this tutorial we learn how to install alienarena-server
on Fedora 36.
What is alienarena-server
Alien Arena is a furious frag fest with arenas ranging from the small to the massive. With game modes such as Capture The Flag and Tactical, there are terrific team-based experiences to be had as well as 1v1 duels, free-for-all and dozens of mutators to alter the game play to your liking. This is the dedicated server.
We can use yum
or dnf
to install alienarena-server
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alienarena-server.
Install alienarena-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 alienarena-server
using dnf
by running the following command:
sudo dnf -y install alienarena-server
Install alienarena-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 alienarena-server
using yum
by running the following command:
sudo yum -y install alienarena-server
How To Uninstall alienarena-server on Fedora 36
To uninstall only the alienarena-server
package we can use the following command:
sudo dnf remove alienarena-server
alienarena-server Package Contents on Fedora 36
/usr/bin/alienarena-ded
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/49e550abc11c2e4283b776262b17e829b6917d
References
Summary
In this tutorial we learn how to install alienarena-server
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).