How To Install urbanterror on CentOS 7
Introduction
In this tutorial we learn how to install urbanterror on CentOS 7.
What is urbanterror
Urban Terror could best be described as a Hollywood tactical shooter; it is realism based to a certain extent (environments/weapons/player models), but also goes by the motto “fun over realism” (fast gameplay and lots of action). This combination of reality and action results in a very unique, enjoyable and addictive game. Urban Terror uses the GPL licensed ioquake3 engine, however the Urban Terror datafiles are not freely redistributable. This package will install an Urban Terror menu entry, which will automatically download the necessary datafiles (2GB!) the first time you start Urban Terror.
We can use yum or dnf to install urbanterror on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install urbanterror.
Install urbanterror on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install urbanterror using yum by running the following command:
sudo yum -y install urbanterror
Install urbanterror on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install urbanterror using dnf by running the following command:
sudo dnf -y install urbanterror
How To Uninstall urbanterror on CentOS 7
To uninstall only the urbanterror package we can use the following command:
sudo dnf remove urbanterror
References
Summary
In this tutorial we learn how to install urbanterror on CentOS 7 using yum and dnf.