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