How To Install qcas on Fedora 36
In this tutorial we learn how to install qcas in Fedora 36. qcas is Qt5 GUI application for Giac
Introduction
In this tutorial we learn how to install qcas on Fedora 36.
What is qcas
Minimal Qt5 interface for Giac.
We can use yum or dnf to install qcas on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qcas.
Install qcas 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 qcas using dnf by running the following command:
sudo dnf -y install qcas
Install qcas 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 qcas using yum by running the following command:
sudo yum -y install qcas
How To Uninstall qcas on Fedora 36
To uninstall only the qcas package we can use the following command:
sudo dnf remove qcas
qcas Package Contents on Fedora 36
/usr/bin/qcas
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/2bca668bd5096c510777a4700e7913bc63a373
/usr/share/applications/qcas.desktop
References
Summary
In this tutorial we learn how to install qcas on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).