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