How To Install abe on Fedora 36
Introduction
In this tutorial we learn how to install abe on Fedora 36.
What is abe
A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game, vaguely in the style of similar games for the Commodore+4.
We can use yum or dnf to install abe on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install abe.
Install abe 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 abe using dnf by running the following command:
sudo dnf -y install abe
Install abe 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 abe using yum by running the following command:
sudo yum -y install abe
How To Uninstall abe on Fedora 36
To uninstall only the abe package we can use the following command:
sudo dnf remove abe
abe Package Contents on Fedora 36
/usr/bin/abe
/usr/lib/.build-id
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/d8d47fac6271faa3caeea70a0b56358b587955
/usr/share/abe
/usr/share/abe/images
/usr/share/abe/images/images.tar
/usr/share/abe/maps
/usr/share/abe/maps/default.dat
/usr/share/abe/maps/intro.dat
/usr/share/abe/sounds
/usr/share/abe/sounds/bubble.wav
/usr/share/abe/sounds/closed.wav
/usr/share/abe/sounds/death.wav
/usr/share/abe/sounds/door.wav
/usr/share/abe/sounds/game.ogg
/usr/share/abe/sounds/gem.wav
/usr/share/abe/sounds/intro.ogg
/usr/share/abe/sounds/jump.wav
/usr/share/abe/sounds/menu.wav
/usr/share/abe/sounds/object.wav
/usr/share/abe/sounds/platform.wav
/usr/share/abe/sounds/pop.wav
/usr/share/abe/sounds/spring.wav
/usr/share/appdata/abe.appdata.xml
/usr/share/applications/abe.desktop
/usr/share/doc/abe
/usr/share/doc/abe/README
/usr/share/icons/hicolor/128x128/apps/abe.png
/usr/share/icons/hicolor/16x16/apps/abe.png
/usr/share/icons/hicolor/192x192/apps/abe.png
/usr/share/icons/hicolor/22x22/apps/abe.png
/usr/share/icons/hicolor/24x24/apps/abe.png
/usr/share/icons/hicolor/256x256/apps/abe.png
/usr/share/icons/hicolor/32x32/apps/abe.png
/usr/share/icons/hicolor/48x48/apps/abe.png
/usr/share/icons/hicolor/64x64/apps/abe.png
/usr/share/icons/hicolor/72x72/apps/abe.png
/usr/share/icons/hicolor/96x96/apps/abe.png
/usr/share/licenses/abe
/usr/share/licenses/abe/COPYING
References
Summary
In this tutorial we learn how to install abe on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).