How To Install tinyfugue on Rocky Linux 8

In this tutorial we learn how to install tinyfugue on Rocky Linux 8. tinyfugue is A MU* client

Introduction

In this tutorial we learn how to install tinyfugue on Rocky Linux 8.

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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install tinyfugue.

Install tinyfugue on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install tinyfugue

Install tinyfugue on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install tinyfugue

How To Uninstall tinyfugue on Rocky Linux 8

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

sudo dnf remove tinyfugue

tinyfugue Package Contents on Rocky Linux 8

/usr/bin/tf
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/8b39fd575b7b1e7c7910454da070d12b45026e
/usr/share/doc/tinyfugue
/usr/share/doc/tinyfugue/CHANGES
/usr/share/doc/tinyfugue/COPYING
/usr/share/doc/tinyfugue/CREDITS
/usr/share/doc/tinyfugue/README
/usr/share/man/man1/tf.1.gz
/usr/share/tf-lib
/usr/share/tf-lib/CHANGES
/usr/share/tf-lib/README
/usr/share/tf-lib/activity_status.tf
/usr/share/tf-lib/activity_status2.tf
/usr/share/tf-lib/alias.tf
/usr/share/tf-lib/at.tf
/usr/share/tf-lib/bind-bash.tf
/usr/share/tf-lib/bind-emacs.tf
/usr/share/tf-lib/changes.tf
/usr/share/tf-lib/color.tf
/usr/share/tf-lib/complete.tf
/usr/share/tf-lib/completion.tf
/usr/share/tf-lib/cylon.tf
/usr/share/tf-lib/examples.old
/usr/share/tf-lib/factoral.tf
/usr/share/tf-lib/factorial.tf
/usr/share/tf-lib/file-xfer.tf
/usr/share/tf-lib/filexfer.tf
/usr/share/tf-lib/finger.tf
/usr/share/tf-lib/grep.tf
/usr/share/tf-lib/hanoi.tf
/usr/share/tf-lib/kb-bash.tf
/usr/share/tf-lib/kb-emacs.tf
/usr/share/tf-lib/kb-old.tf
/usr/share/tf-lib/kb-os2.tf
/usr/share/tf-lib/kb_badterm.tf
/usr/share/tf-lib/kbbind.tf
/usr/share/tf-lib/kbfunc.tf
/usr/share/tf-lib/kbregion.tf
/usr/share/tf-lib/kbstack.tf
/usr/share/tf-lib/lisp.tf
/usr/share/tf-lib/local-eg.tf
/usr/share/tf-lib/local.tf.sample
/usr/share/tf-lib/map.tf
/usr/share/tf-lib/pcmd.tf
/usr/share/tf-lib/pref-shell.tf
/usr/share/tf-lib/psh.tf
/usr/share/tf-lib/quoter.tf
/usr/share/tf-lib/relog.tf
/usr/share/tf-lib/rwho.tf
/usr/share/tf-lib/savehist.tf
/usr/share/tf-lib/self.tf
/usr/share/tf-lib/space_page.tf
/usr/share/tf-lib/spc-page.tf
/usr/share/tf-lib/spedwalk.tf
/usr/share/tf-lib/speedwalk.tf
/usr/share/tf-lib/spell.tf
/usr/share/tf-lib/stack-q.tf
/usr/share/tf-lib/stack_queue.tf
/usr/share/tf-lib/stdlib.tf
/usr/share/tf-lib/teraterm.keyboard.cnf
/usr/share/tf-lib/testcolor.tf
/usr/share/tf-lib/textencode.tf
/usr/share/tf-lib/textutil.tf
/usr/share/tf-lib/tf-help
/usr/share/tf-lib/tf-help.idx
/usr/share/tf-lib/tf.gdb
/usr/share/tf-lib/tfrc
/usr/share/tf-lib/tfstatus.tf
/usr/share/tf-lib/tick.tf
/usr/share/tf-lib/tintin.tf
/usr/share/tf-lib/tools.tf
/usr/share/tf-lib/tr.tf
/usr/share/tf-lib/watch.tf
/usr/share/tf-lib/world-q.tf
/usr/share/tf-lib/worldqueue.tf

References

Summary

In this tutorial we learn how to install tinyfugue on Rocky Linux 8 using yum and dnf.