How To Install gmqpak on Fedora 36
Introduction
In this tutorial we learn how to install gmqpak on Fedora 36.
What is gmqpak
Standalone Quake PAK file utility supporting the extraction of files, directories, or whole PAKs, as well as the opposite (creation of PAK files).
We can use yum or dnf to install gmqpak on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmqpak.
Install gmqpak 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 gmqpak using dnf by running the following command:
sudo dnf -y install gmqpak
Install gmqpak 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 gmqpak using yum by running the following command:
sudo yum -y install gmqpak
How To Uninstall gmqpak on Fedora 36
To uninstall only the gmqpak package we can use the following command:
sudo dnf remove gmqpak
gmqpak Package Contents on Fedora 36
/usr/bin/gmqpak
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/4bd11e3eaa4851dab6a872e2ebc56698f62cfb
/usr/share/doc/gmqpak
/usr/share/doc/gmqpak/AUTHORS
/usr/share/doc/gmqpak/CHANGES
/usr/share/doc/gmqpak/README
/usr/share/doc/gmqpak/TODO
/usr/share/licenses/gmqpak
/usr/share/licenses/gmqpak/LICENSE
/usr/share/man/man1/gmqpak.1.gz
References
Summary
In this tutorial we learn how to install gmqpak on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).