How To Install darkplaces on Fedora 36
Introduction
In this tutorial we learn how to install darkplaces
on Fedora 36.
What is darkplaces
DarkPlaces is a modified Quake engine.
We can use yum
or dnf
to install darkplaces
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install darkplaces.
Install darkplaces 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 darkplaces
using dnf
by running the following command:
sudo dnf -y install darkplaces
Install darkplaces 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 darkplaces
using yum
by running the following command:
sudo yum -y install darkplaces
How To Uninstall darkplaces on Fedora 36
To uninstall only the darkplaces
package we can use the following command:
sudo dnf remove darkplaces
darkplaces Package Contents on Fedora 36
/usr/bin/darkplaces-glx
/usr/bin/darkplaces-sdl
/usr/bin/darkplaces-sdl-wrapper
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/ed50d9587e78e2db6dede6aef3337819351a7e
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/c52fd8840dbecb3eeb48bc9cec6048cc02736c
/usr/share/doc/darkplaces
/usr/share/doc/darkplaces/COPYING
/usr/share/doc/darkplaces/darkplaces.txt
/usr/share/icons/hicolor/16x16/apps/darkplaces.png
/usr/share/icons/hicolor/24x24/apps/darkplaces.png
/usr/share/icons/hicolor/32x32/apps/darkplaces.png
/usr/share/icons/hicolor/48x48/apps/darkplaces.png
/usr/share/icons/hicolor/64x64/apps/darkplaces.png
/usr/share/icons/hicolor/72x72/apps/darkplaces.png
References
Summary
In this tutorial we learn how to install darkplaces
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).