How To Install tunneler on CentOS 7

In this tutorial we learn how to install tunneler on CentOS 7. tunneler is Clone of legendary Tunneler game

Introduction

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

What is tunneler

A clone of legendary game made by Geoffrey Silverton in 1991. In the game two players using the same keyboard and the same screen each control an underground tank. Goal is to find and destroy the opponent’s tank. Since only small part of the map is displayed on the split screen, you might actually have some searching to do.

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

Install tunneler on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

sudo yum -y install tunneler

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

sudo dnf -y install tunneler

How To Uninstall tunneler on CentOS 7

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

sudo dnf remove tunneler

References

Summary

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