How To Install tinyfugue on CentOS 7

In this tutorial we learn how to install tinyfugue on CentOS 7. tinyfugue is A MU* client

Introduction

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

What is tinyfugue

TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client allows you to interact with multiple worlds simultaneously, create command macros, and create hooks and triggers for automated responses to game messages.

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

Install tinyfugue on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

sudo yum -y install tinyfugue

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

sudo dnf -y install tinyfugue

How To Uninstall tinyfugue on CentOS 7

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

sudo dnf remove tinyfugue

References

Summary

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