How To Install anarch-CSFML on Fedora 36
Introduction
In this tutorial we learn how to install anarch-CSFML on Fedora 36.
What is anarch-CSFML
Anarch is an extremely small, completely Public Domain, no-dependency, no-file, portable suckless anarcho-pacifist from-scratch 90s-style Doom clone that runs everywhere, made for the benefit of all living beings. This version of the game runs using the CSFML library.
We can use yum or dnf to install anarch-CSFML on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install anarch-CSFML.
Install anarch-CSFML 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 anarch-CSFML using dnf by running the following command:
sudo dnf -y install anarch-CSFML
Install anarch-CSFML 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 anarch-CSFML using yum by running the following command:
sudo yum -y install anarch-CSFML
How To Uninstall anarch-CSFML on Fedora 36
To uninstall only the anarch-CSFML package we can use the following command:
sudo dnf remove anarch-CSFML
anarch-CSFML Package Contents on Fedora 36
/usr/bin/anarch-csfml
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/50bb087d3be3b0de111735e660e98c7547c326
/usr/share/applications/anarch-csfml.desktop
/usr/share/doc/anarch-CSFML
/usr/share/doc/anarch-CSFML/README.md
/usr/share/icons/hicolor/128x128/apps/anarch-csfml.png
/usr/share/licenses/anarch-CSFML
/usr/share/licenses/anarch-CSFML/LICENSE
/usr/share/metainfo/anarch-csfml.metainfo.xml
References
Summary
In this tutorial we learn how to install anarch-CSFML on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).