How To Install warzone2100 on CentOS 7

In this tutorial we learn how to install warzone2100 on CentOS 7. warzone2100 is Innovative 3D real-time strategy

Introduction

In this tutorial we learn how to install warzone2100 on CentOS 7.

What is warzone2100

Warzone 2100 was an innovative 3D real-time strategy game back in 1999, and most will agree it didn’t enjoy the commercial success it should have had. The game’s source code was liberated on December 6th, 2004, under a GPL license (see COPYING in this directory for details). Soon after that, the Warzone 2100 ReDev project was formed to take care of its future.

We can use yum or dnf to install warzone2100 on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install warzone2100.

Install warzone2100 on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install warzone2100 using yum by running the following command:

sudo yum -y install warzone2100

Install warzone2100 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 warzone2100 using dnf by running the following command:

sudo dnf -y install warzone2100

How To Uninstall warzone2100 on CentOS 7

To uninstall only the warzone2100 package we can use the following command:

sudo dnf remove warzone2100

References

Summary

In this tutorial we learn how to install warzone2100 on CentOS 7 using yum and dnf.