How To Install myman on Fedora 34

myman is Text-mode video-game inspired by Namco’s Pac-Man

Introduction

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

What is myman

Basic premise of the MyMan video game “Those scary ghosts are back, and this time they’ve spotted you! What’s worse is that they’ve mistaken you for their old rival Pac, and they’re out for (yellow) blood!” MyMan displays (A) on a text terminal or terminal emulator (using ncurses, slang, PDCurses, SysV curses, or the raw stdio terminal driver), (B) on an X Window System display (using PDCurses for X, a.k.a. XCurses), (C) on any terminal or display supported by PDCurses for SDL, libcaca, LibGGI/LibGII, Allegro, TWin, aalib, Carbon/Toolbox, or (D) in a Win32 command prompt window (using the raw Win32 terminal driver). Since MyMan is fairly fast-moving, you’ll need a reasonably fast computer and display. It once ran acceptably fast on a 486-66 under Linux, and may still.

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

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

sudo dnf -y install myman

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

sudo yum -y install myman

How To Uninstall myman on Fedora 34

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

sudo dnf remove myman

myman Package Contents on Fedora 34

/usr/bin/myman
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/1eaf879a2591c0dc0a00a0a4894f850879f95a
/usr/share/doc/myman
/usr/share/doc/myman/COPYRIGHT
/usr/share/doc/myman/ChangeLog
/usr/share/doc/myman/LICENSE
/usr/share/doc/myman/NEWS
/usr/share/doc/myman/ONEWS
/usr/share/doc/myman/README
/usr/share/doc/myman/TODO
/usr/share/doc/myman/myman.html
/usr/share/doc/myman/myman.ps
/usr/share/licenses/myman
/usr/share/licenses/myman/COPYRIGHT
/usr/share/licenses/myman/LICENSE
/usr/share/man/man6/myman.6.gz

References

Summary

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