How To Install qtchooser on Fedora 36

In this tutorial we learn how to install qtchooser in Fedora 36. qtchooser is Wrapper to select between Qt development binary versions

Introduction

In this tutorial we learn how to install qtchooser on Fedora 36.

What is qtchooser

Qt Chooser provides a wrapper to switch between versions of Qt development binaries when multiple versions like 4 and 5 are installed or local Qt builds are to be used.

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

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

sudo dnf -y install qtchooser

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

sudo yum -y install qtchooser

How To Uninstall qtchooser on Fedora 36

To uninstall only the qtchooser package we can use the following command:

sudo dnf remove qtchooser

qtchooser Package Contents on Fedora 36

/etc/profile.d/qtchooser.csh
/etc/profile.d/qtchooser.sh
/etc/xdg/qtchooser
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/ef5957283f9b596d2f2fdb2ac2f22901e13597
/usr/lib/qtchooser
/usr/lib/qtchooser/assistant
/usr/lib/qtchooser/designer
/usr/lib/qtchooser/lconvert
/usr/lib/qtchooser/linguist
/usr/lib/qtchooser/lrelease
/usr/lib/qtchooser/lupdate
/usr/lib/qtchooser/moc
/usr/lib/qtchooser/pixeltool
/usr/lib/qtchooser/qcollectiongenerator
/usr/lib/qtchooser/qdbus
/usr/lib/qtchooser/qdbuscpp2xml
/usr/lib/qtchooser/qdbusviewer
/usr/lib/qtchooser/qdbusxml2cpp
/usr/lib/qtchooser/qdoc
/usr/lib/qtchooser/qdoc3
/usr/lib/qtchooser/qglinfo
/usr/lib/qtchooser/qhelpconverter
/usr/lib/qtchooser/qhelpgenerator
/usr/lib/qtchooser/qmake
/usr/lib/qtchooser/qml
/usr/lib/qtchooser/qml1plugindump
/usr/lib/qtchooser/qmlbundle
/usr/lib/qtchooser/qmlmin
/usr/lib/qtchooser/qmlplugindump
/usr/lib/qtchooser/qmlprofiler
/usr/lib/qtchooser/qmlscene
/usr/lib/qtchooser/qmltestrunner
/usr/lib/qtchooser/qmlviewer
/usr/lib/qtchooser/qtchooser
/usr/lib/qtchooser/qtconfig
/usr/lib/qtchooser/rcc
/usr/lib/qtchooser/uic
/usr/lib/qtchooser/uic3
/usr/lib/qtchooser/xmlpatterns
/usr/lib/qtchooser/xmlpatternsvalidator
/usr/share/licenses/qtchooser
/usr/share/licenses/qtchooser/LGPL_EXCEPTION.txt
/usr/share/licenses/qtchooser/LICENSE.GPL
/usr/share/licenses/qtchooser/LICENSE.LGPL
/usr/share/man/man1/qtchooser.1.gz

References

Summary

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