How To Install slashem on Fedora 36
Introduction
In this tutorial we learn how to install slashem
on Fedora 36.
What is slashem
From the land before 3DFX, before VGA graphics and DOOM, before the IBM PC, way back in the dark ages of Unixland, there was a game. They called it Rogue. People played it, and found it good. From this basis, Hack was born. Soon Hack became Nethack, because it was developed by many people (and has nothing to do with hacking the internet). And people played this on many machines, from Unices to Macs to PCs, due to the amazing power of Open Source Code. But the DevTeam, the reclusive masterminds of Nethack, are a rather quiet bunch, gracing the world with new versions as they see fit, and when they see fit. Which is usually a new version every good number of years. And there was much gnashing of teeth. But because of the Freely Available Source Code Phenomenon, people began making their own versions of Nethack to tide themselves between magical releases. SLASH’EM is the (continuing) saga of one such variant…
We can use yum
or dnf
to install slashem
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install slashem.
Install slashem 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 slashem
using dnf
by running the following command:
sudo dnf -y install slashem
Install slashem 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 slashem
using yum
by running the following command:
sudo yum -y install slashem
How To Uninstall slashem on Fedora 36
To uninstall only the slashem
package we can use the following command:
sudo dnf remove slashem
slashem Package Contents on Fedora 36
/usr/bin/slashem
/usr/bin/slashem-recover
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/4617327d9d01b13367501fbed026dd687da991
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/b668d929a70e0e59142bb73e1e200ad2f72ce5
/usr/lib64/games/slashem
/usr/lib64/games/slashem/nhushare
/usr/lib64/games/slashem/slashem
/usr/share/appdata/slashem.appdata.xml
/usr/share/applications/slashem.desktop
/usr/share/doc/slashem
/usr/share/doc/slashem/Guidebook.txt
/usr/share/doc/slashem/README.34
/usr/share/doc/slashem/dgn_comp.txt
/usr/share/doc/slashem/dlb.txt
/usr/share/doc/slashem/history
/usr/share/doc/slashem/history.txt
/usr/share/doc/slashem/lev_comp.txt
/usr/share/doc/slashem/license
/usr/share/doc/slashem/readme.s6
/usr/share/doc/slashem/readme.txt
/usr/share/doc/slashem/recover.txt
/usr/share/doc/slashem/slamfaq.txt
/usr/share/doc/slashem/slashem.txt
/usr/share/doc/slashem/sources.txt
/usr/share/doc/slashem/strategy.txt
/usr/share/games/slashem
/usr/share/games/slashem/SlashEM.ad
/usr/share/games/slashem/glfont14.png
/usr/share/games/slashem/glfont20.png
/usr/share/games/slashem/glfont22.png
/usr/share/games/slashem/glfont8.png
/usr/share/games/slashem/gllogo.png
/usr/share/games/slashem/glrip.png
/usr/share/games/slashem/gltile16.png
/usr/share/games/slashem/gltile32.png
/usr/share/games/slashem/gltile64.png
/usr/share/games/slashem/nhshare
/usr/share/games/slashem/pet_mark.xbm
/usr/share/games/slashem/x11bigtiles
/usr/share/games/slashem/x11tiles
/usr/share/icons/hicolor/48x48/apps/slashem.png
/usr/share/man/man6/slashem-recover.6.gz
/usr/share/man/man6/slashem.6.gz
/var/games/slashem
/var/games/slashem/logfile
/var/games/slashem/perm
/var/games/slashem/record
/var/games/slashem/save
References
Summary
In this tutorial we learn how to install slashem
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).