How To Install angband on Fedora 36
Introduction
In this tutorial we learn how to install angband
on Fedora 36.
What is angband
A roguelike game where you explore a very deep dungeon, kill monsters, try to equip yourself with the best weapons and armor you can find, and finally face Morgoth - “The Dark Enemy”.
We can use yum
or dnf
to install angband
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install angband.
Install angband 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 angband
using dnf
by running the following command:
sudo dnf -y install angband
Install angband 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 angband
using yum
by running the following command:
sudo yum -y install angband
How To Uninstall angband on Fedora 36
To uninstall only the angband
package we can use the following command:
sudo dnf remove angband
angband Package Contents on Fedora 36
/etc/angband
/etc/angband/customize
/etc/angband/customize/font-gcu.prf
/etc/angband/customize/font-sdl.prf
/etc/angband/customize/font-sdl2.prf
/etc/angband/customize/font-win.prf
/etc/angband/customize/font-x11.prf
/etc/angband/customize/font.prf
/etc/angband/customize/keys-gcu.prf
/etc/angband/customize/message.prf
/etc/angband/customize/pref.prf
/etc/angband/customize/sound.prf
/etc/angband/customize/user.prf
/usr/bin/angband
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/88a6e6ffd1497657b70462e2bc21bf06272854
/usr/share/applications/angband.desktop
/usr/share/icons/hicolor/128x128/apps/angband.png
/usr/share/icons/hicolor/256x256/apps/angband.png
/usr/share/icons/hicolor/512x512/apps/angband.png
/usr/share/icons/hicolor/scalable/apps/angband.svg
/usr/share/licenses/angband
/usr/share/licenses/angband/copying.rst
/usr/share/man/man6/angband.6.gz
/usr/share/metainfo/angband.metainfo.xml
/var/games/angband
/var/games/angband/archive
/var/games/angband/panic
/var/games/angband/save
/var/games/angband/scores
References
Summary
In this tutorial we learn how to install angband
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).