How To Install tunneler on Fedora 34

tunneler is Clone of legendary Tunneler game

Introduction

In this tutorial we learn how to install tunneler on Fedora 34.

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 Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install tunneler.

Install tunneler on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install tunneler

Install tunneler on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo yum -y install tunneler

How To Uninstall tunneler on Fedora 34

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

sudo dnf remove tunneler

tunneler Package Contents on Fedora 34

/usr/bin/tunneler
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/4a5ee8ef06c5923306208c24e2c986141e597c
/usr/share/applications/tunneler.desktop
/usr/share/doc/tunneler
/usr/share/doc/tunneler/INSTALL
/usr/share/doc/tunneler/README
/usr/share/icons/hicolor/scalable/apps/tunneler.svg
/usr/share/licenses/tunneler
/usr/share/licenses/tunneler/COPYING

References

Summary

In this tutorial we learn how to install tunneler on Fedora 34 using yum and dnf.