How To Install tintin on Fedora 36
Introduction
In this tutorial we learn how to install tintin
on Fedora 36.
What is tintin
TinTin++, aka tt++, is a free MUD client for Mac OS X, Linux, and Windows. The Windows port named WinTin++ (using the PuTTY terminal) is available for those who do not use Cygwin (A Linux/Unix emulator for Windows) and runs on Windows XP, Windows Vista, and Windows 7. Besides MUDs, TinTin++ also works well with MUSH, Rogue, BBS, and Linux servers.
We can use yum
or dnf
to install tintin
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tintin.
Install tintin on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install tintin
using dnf
by running the following command:
sudo dnf -y install tintin
Install tintin on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install tintin
using yum
by running the following command:
sudo yum -y install tintin
How To Uninstall tintin on Fedora 36
To uninstall only the tintin
package we can use the following command:
sudo dnf remove tintin
tintin Package Contents on Fedora 36
/usr/bin/tt++
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/6d946007709a6c4334cdb79ceab103b2653bd7
/usr/share/doc/tintin
/usr/share/doc/tintin/CREDITS
/usr/share/doc/tintin/FAQ
/usr/share/doc/tintin/README
/usr/share/doc/tintin/TODO
/usr/share/doc/tintin/mods
/usr/share/doc/tintin/mods/0.3.mods
/usr/share/doc/tintin/mods/1.5.mods
/usr/share/doc/tintin/mods/1.8.mods
/usr/share/doc/tintin/mods/igr.mods
/usr/share/licenses/tintin
/usr/share/licenses/tintin/COPYING
References
Summary
In this tutorial we learn how to install tintin
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).