How To Install qt-config on Fedora 36

In this tutorial we learn how to install qt-config in Fedora 36. qt-config is Graphical configuration tool for programs using Qt 4

Introduction

In this tutorial we learn how to install qt-config on Fedora 36.

What is qt-config

Graphical configuration tool for programs using Qt 4.

We can use yum or dnf to install qt-config on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt-config.

Install qt-config 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 qt-config using dnf by running the following command:

sudo dnf -y install qt-config

Install qt-config 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 qt-config using yum by running the following command:

sudo yum -y install qt-config

How To Uninstall qt-config on Fedora 36

To uninstall only the qt-config package we can use the following command:

sudo dnf remove qt-config

qt-config Package Contents on Fedora 36

/usr/bin/qtconfig-qt4
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/7b912c37328246b24384f6dca1cea68725f134
/usr/lib/.build-id/83/7b912c37328246b24384f6dca1cea68725f134.1
/usr/lib64/qt4/bin/qtconfig
/usr/lib64/qt4/bin/qtconfig-qt4
/usr/share/applications/qt4-qtconfig.desktop

References

Summary

In this tutorial we learn how to install qt-config on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).