How To Install qascade on Fedora 36
Introduction
In this tutorial we learn how to install qascade on Fedora 36.
What is qascade
Qascade is a port of the simple yet addictive and enjoyable puzzle game that came with the Psion Revo PDA.
We can use yum or dnf to install qascade on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qascade.
Install qascade 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 qascade using dnf by running the following command:
sudo dnf -y install qascade
Install qascade 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 qascade using yum by running the following command:
sudo yum -y install qascade
How To Uninstall qascade on Fedora 36
To uninstall only the qascade package we can use the following command:
sudo dnf remove qascade
qascade Package Contents on Fedora 36
/usr/bin/qascade
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/431e36ca45db9636bbefcfde8d73ca7f3fd031
/usr/share/applications/qascade.desktop
/usr/share/doc/qascade
/usr/share/doc/qascade/copying.htm
/usr/share/doc/qascade/faq.htm
/usr/share/doc/qascade/install.htm
/usr/share/doc/qascade/readme.htm
/usr/share/icons/hicolor/24x24/apps/qascade.png
/var/lib/games/qascade.hscr
References
Summary
In this tutorial we learn how to install qascade on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).