How To Install qconf on Fedora 36
Introduction
In this tutorial we learn how to install qconf
on Fedora 36.
What is qconf
QConf allows you to have a nice configure script for your qmake-based project. It is intended for developers who don’t need (or want) to use the more complex GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project that uses a familiar configuration interface on unix.
We can use yum
or dnf
to install qconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qconf.
Install qconf 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 qconf
using dnf
by running the following command:
sudo dnf -y install qconf
Install qconf 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 qconf
using yum
by running the following command:
sudo yum -y install qconf
How To Uninstall qconf on Fedora 36
To uninstall only the qconf
package we can use the following command:
sudo dnf remove qconf
qconf Package Contents on Fedora 36
/usr/bin/qconf-qt4
/usr/bin/qconf-qt5
/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/990632af0de15bf4fd0fbfe1ffd48d3a7461c1
/usr/lib/.build-id/72/990632af0de15bf4fd0fbfe1ffd48d3a7461c1.1
/usr/share/doc/qconf
/usr/share/doc/qconf/AUTHORS
/usr/share/doc/qconf/README.md
/usr/share/doc/qconf/TODO
/usr/share/licenses/qconf
/usr/share/licenses/qconf/COPYING
/usr/share/qconf
/usr/share/qconf/conf
/usr/share/qconf/conf/conf.cpp
/usr/share/qconf/conf/conf.pro
/usr/share/qconf/conf/conf4.cpp
/usr/share/qconf/conf/conf4.h
/usr/share/qconf/conf/conf4.pro
/usr/share/qconf/modules
/usr/share/qconf/modules/qt41.qcm
References
Summary
In this tutorial we learn how to install qconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).