How To Install rogue on Fedora 36
Introduction
In this tutorial we learn how to install rogue
on Fedora 36.
What is rogue
The one, the only, the original graphical adventure game that spawned an entire genre.
We can use yum
or dnf
to install rogue
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rogue.
Install rogue 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 rogue
using dnf
by running the following command:
sudo dnf -y install rogue
Install rogue 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 rogue
using yum
by running the following command:
sudo yum -y install rogue
How To Uninstall rogue on Fedora 36
To uninstall only the rogue
package we can use the following command:
sudo dnf remove rogue
rogue Package Contents on Fedora 36
/usr/bin/rogue
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/101cd7c393c779b925408f6ee18252e343daad
/usr/share/applications/rogue.desktop
/usr/share/doc/rogue
/usr/share/doc/rogue/rogue.cat
/usr/share/doc/rogue/rogue.doc
/usr/share/doc/rogue/rogue.html
/usr/share/doc/rogue/rogue.me
/usr/share/icons/hicolor/32x32/apps/rogue.png
/usr/share/licenses/rogue
/usr/share/licenses/rogue/LICENSE.TXT
/usr/share/man/man6/rogue.6.gz
/var/games/roguelike
/var/games/roguelike/rogue54.scr
References
Summary
In this tutorial we learn how to install rogue
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).