How To Install pachi on Fedora 36

In this tutorial we learn how to install pachi in Fedora 36. pachi is Pachi El Marciano - Platform Game

Introduction

In this tutorial we learn how to install pachi on Fedora 36.

What is pachi

Pachi El Marciano is a cool 2D platform game.

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

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

sudo dnf -y install pachi

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

sudo yum -y install pachi

How To Uninstall pachi on Fedora 36

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

sudo dnf remove pachi

pachi Package Contents on Fedora 36

/usr/bin/pachi
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/e7b36371e118e7bfd74356b058da835e638f53
/usr/share/appdata/pachi.appdata.xml
/usr/share/applications/pachi.desktop
/usr/share/doc/pachi
/usr/share/doc/pachi/ChangeLog
/usr/share/doc/pachi/README
/usr/share/icons/hicolor/32x32/apps/pachi.png
/usr/share/licenses/pachi
/usr/share/licenses/pachi/COPYING
/usr/share/man/man6/pachi.6.gz
/usr/share/pachi
/usr/share/pachi/Tgfx
/usr/share/pachi/Tgfx/backgrounds.T8
/usr/share/pachi/Tgfx/bright.T8
/usr/share/pachi/Tgfx/castle.T8
/usr/share/pachi/Tgfx/cave.T8
/usr/share/pachi/Tgfx/cemetery.T8
/usr/share/pachi/Tgfx/comic_01.T8
/usr/share/pachi/Tgfx/comic_02.T8
/usr/share/pachi/Tgfx/comic_03.T8
/usr/share/pachi/Tgfx/comic_04.T8
/usr/share/pachi/Tgfx/comic_05.T8
/usr/share/pachi/Tgfx/comic_06.T8
/usr/share/pachi/Tgfx/comic_07.T8
/usr/share/pachi/Tgfx/comic_08.T8
/usr/share/pachi/Tgfx/comic_09.T8
/usr/share/pachi/Tgfx/comic_10.T8
/usr/share/pachi/Tgfx/comic_11.T8
/usr/share/pachi/Tgfx/comic_12.T8
/usr/share/pachi/Tgfx/comic_13.T8
/usr/share/pachi/Tgfx/comic_14.T8
/usr/share/pachi/Tgfx/dragontech.T8
/usr/share/pachi/Tgfx/endcredits.T8
/usr/share/pachi/Tgfx/gameover.T8
/usr/share/pachi/Tgfx/gamepanel.T8
/usr/share/pachi/Tgfx/help.T8
/usr/share/pachi/Tgfx/icon.bmp
/usr/share/pachi/Tgfx/intro.T8
/usr/share/pachi/Tgfx/lab.T8
/usr/share/pachi/Tgfx/left.T8
/usr/share/pachi/Tgfx/line1.T8
/usr/share/pachi/Tgfx/line2.T8
/usr/share/pachi/Tgfx/monsters.T8
/usr/share/pachi/Tgfx/pachi.T8
/usr/share/pachi/Tgfx/right.T8
/usr/share/pachi/Tgfx/tiles.T8
/usr/share/pachi/data
/usr/share/pachi/data/backs.dat
/usr/share/pachi/data/monsters.dat
/usr/share/pachi/data/objects_v2.dat
/usr/share/pachi/data/rooms_v2.dat
/usr/share/pachi/fonts
/usr/share/pachi/fonts/font1.T8
/usr/share/pachi/fonts/font16a.T
/usr/share/pachi/fonts/font16b.T
/usr/share/pachi/fonts/font16c.T
/usr/share/pachi/fonts/font16d.T
/usr/share/pachi/fonts/font32r.T8
/usr/share/pachi/fonts/font32v.T8
/usr/share/pachi/music
/usr/share/pachi/music/credits.s3m
/usr/share/pachi/music/menu.s3m
/usr/share/pachi/music/stage1.s3m
/usr/share/pachi/music/stage2.stm
/usr/share/pachi/music/stage3.s3m
/usr/share/pachi/music/stage4.s3m
/usr/share/pachi/sounds
/usr/share/pachi/sounds/die.wav
/usr/share/pachi/sounds/exit.wav
/usr/share/pachi/sounds/jump.wav
/usr/share/pachi/sounds/obj.wav
/usr/share/pachi/sounds/objseq.wav
/usr/share/pachi/sounds/option.wav
/usr/share/pachi/sounds/respawn.wav
/usr/share/pachi/sounds/stageready.wav
/usr/share/pachi/sounds/storm.wav
/usr/share/pachi/sounds/timer.wav
/var/games/pachi.hs

References

Summary

In this tutorial we learn how to install pachi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).