How To Install quake3 on Fedora 36
Introduction
In this tutorial we learn how to install quake3
on Fedora 36.
What is quake3
This package contains the enhanced opensource ioquake3 version of the Quake 3 Arena engine. This engine can be used to play a number of games based on this engine, below is an (incomplete list) * OpenArena, Free, Open Source Quake3 like game, recommended! (packagename * Urban Terror, gratis, but not Open Source FPS best be described as a Hollywood tactical shooter, a downloader and installer including an application menu entry is available in the urbanterror package. * World of Padman, gratis, but not Open Source Comic FPS, a downloader and installer including an application menu entry is available in the worldofpadman package. * Quake3 Arena, the original! A downloader and installer for the gratis, but not Open Source demo, including an application menu entry is available in the quake3-demo package. If you own a copy of quake 3, you will need to copy pak0.pk3 from the original CD-ROM and your q3key to /usr/share/quake3/baseq3 or ~/.q3a/baseq3. Also copy the pak?.pk3 files from the original 1.32 Quake 3 Arena point release there if you have them available or run quake3-update to download them for you.
We can use yum
or dnf
to install quake3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quake3.
Install quake3 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 quake3
using dnf
by running the following command:
sudo dnf -y install quake3
Install quake3 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 quake3
using yum
by running the following command:
sudo yum -y install quake3
How To Uninstall quake3 on Fedora 36
To uninstall only the quake3
package we can use the following command:
sudo dnf remove quake3
quake3 Package Contents on Fedora 36
/usr/bin/q3ded
/usr/bin/quake3
/usr/bin/quake3-smp
/usr/bin/quake3-update
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/6caf0208478c2a4f72cb4754d46b5738afcc65
/usr/lib/.build-id/36
/usr/lib/.build-id/36/704e5b03930cf1e738e99dce11e66d7cd98b4d
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/6109e4868c17e48722ca01fba8d003b6160ccd
/usr/share/doc/quake3
/usr/share/doc/quake3/BUGS
/usr/share/doc/quake3/ChangeLog
/usr/share/doc/quake3/NOTTODO
/usr/share/doc/quake3/README
/usr/share/doc/quake3/TODO
/usr/share/doc/quake3/id-readme.txt
/usr/share/doc/quake3/md4-readme.txt
/usr/share/licenses/quake3
/usr/share/licenses/quake3/COPYING.txt
/usr/share/quake3
/usr/share/quake3/quake3-update.autodlrc
References
Summary
In this tutorial we learn how to install quake3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).