How To Install tinyfugue on Fedora 34
Introduction
In this tutorial we learn how to install tinyfugue
on Fedora 34.
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 Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install tinyfugue.
Install tinyfugue 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 tinyfugue
using dnf
by running the following command:
sudo dnf -y install tinyfugue
Install tinyfugue 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 tinyfugue
using yum
by running the following command:
sudo yum -y install tinyfugue
How To Uninstall tinyfugue on Fedora 34
To uninstall only the tinyfugue
package we can use the following command:
sudo dnf remove tinyfugue
tinyfugue Package Contents on Fedora 34
/usr/bin/tf
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/1830de5f53c237952faa8ffe20f45e21ea27a3
/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 Fedora 34 using yum and dnf.