How To Install qt on Fedora 36
Introduction
In this tutorial we learn how to install qt
on Fedora 36.
What is qt
Qt is a software toolkit for developing applications. This package contains base tools, like string, xml, and network handling.
We can use yum
or dnf
to install qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt.
Install qt 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
using dnf
by running the following command:
sudo dnf -y install qt
Install qt 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
using yum
by running the following command:
sudo yum -y install qt
How To Uninstall qt on Fedora 36
To uninstall only the qt
package we can use the following command:
sudo dnf remove qt
qt Package Contents on Fedora 36
/etc/xdg/qtchooser
/etc/xdg/qtchooser/4-64.conf
/etc/xdg/qtchooser/4.conf
/etc/xdg/qtchooser/default.conf
/usr/bin/qdbus
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/d10bb60485611d73ef855e2ed859383e2cea1d
/usr/lib/.build-id/41
/usr/lib/.build-id/41/544fcb70e59c8f6fb3496eee620e63e7d03006
/usr/lib/.build-id/54
/usr/lib/.build-id/54/259c030adda002374bd041a4746b15290abdd4
/usr/lib/.build-id/69
/usr/lib/.build-id/69/54cdde98cfc88515a87ab44b305e59e93418b1
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/c9481d73270217c6b9727fb78a6260cb3f04b4
/usr/lib/.build-id/7f/c9481d73270217c6b9727fb78a6260cb3f04b4.1
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/b042d36ae70ecd26d7a3b6ab88130135412b95
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/f2e520073058b548942308967e62f3b6c32226
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/ad30ad655c2767aa1d7888a2aa7778700bb73f
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/61408f5a540fe29c2a5f32f7680af85f671eed
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/d22ecf72997c953daa2b30e88445e5241021e5
/usr/lib64/libQtCore.so.4
/usr/lib64/libQtCore.so.4.8
/usr/lib64/libQtCore.so.4.8.7
/usr/lib64/libQtDBus.so.4
/usr/lib64/libQtDBus.so.4.8
/usr/lib64/libQtDBus.so.4.8.7
/usr/lib64/libQtNetwork.so.4
/usr/lib64/libQtNetwork.so.4.8
/usr/lib64/libQtNetwork.so.4.8.7
/usr/lib64/libQtScript.so.4
/usr/lib64/libQtScript.so.4.8
/usr/lib64/libQtScript.so.4.8.7
/usr/lib64/libQtSql.so.4
/usr/lib64/libQtSql.so.4.8
/usr/lib64/libQtSql.so.4.8.7
/usr/lib64/libQtTest.so.4
/usr/lib64/libQtTest.so.4.8
/usr/lib64/libQtTest.so.4.8.7
/usr/lib64/libQtXml.so.4
/usr/lib64/libQtXml.so.4.8
/usr/lib64/libQtXml.so.4.8.7
/usr/lib64/libQtXmlPatterns.so.4
/usr/lib64/libQtXmlPatterns.so.4.8
/usr/lib64/libQtXmlPatterns.so.4.8.7
/usr/lib64/qt4
/usr/lib64/qt4/bin
/usr/lib64/qt4/bin/qdbus
/usr/lib64/qt4/phrasebooks
/usr/lib64/qt4/phrasebooks/danish.qph
/usr/lib64/qt4/phrasebooks/dutch.qph
/usr/lib64/qt4/phrasebooks/finnish.qph
/usr/lib64/qt4/phrasebooks/french.qph
/usr/lib64/qt4/phrasebooks/german.qph
/usr/lib64/qt4/phrasebooks/hungarian.qph
/usr/lib64/qt4/phrasebooks/italian.qph
/usr/lib64/qt4/phrasebooks/japanese.qph
/usr/lib64/qt4/phrasebooks/norwegian.qph
/usr/lib64/qt4/phrasebooks/polish.qph
/usr/lib64/qt4/phrasebooks/russian.qph
/usr/lib64/qt4/phrasebooks/spanish.qph
/usr/lib64/qt4/phrasebooks/swedish.qph
/usr/lib64/qt4/plugins
/usr/lib64/qt4/plugins/crypto
/usr/lib64/qt4/plugins/sqldrivers
/usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so
/usr/share/doc/qt
/usr/share/doc/qt/README
/usr/share/doc/qt4
/usr/share/doc/qt4/html
/usr/share/doc/qt4/qch
/usr/share/doc/qt4/src
/usr/share/licenses/qt
/usr/share/licenses/qt/LGPL_EXCEPTION.txt
/usr/share/licenses/qt/LICENSE.GPL3
/usr/share/licenses/qt/LICENSE.LGPL
/usr/share/qt4
/usr/share/qt4/translations
/usr/share/qt4/translations/qt_ar.qm
/usr/share/qt4/translations/qt_cs.qm
/usr/share/qt4/translations/qt_da.qm
/usr/share/qt4/translations/qt_de.qm
/usr/share/qt4/translations/qt_es.qm
/usr/share/qt4/translations/qt_eu.qm
/usr/share/qt4/translations/qt_fa.qm
/usr/share/qt4/translations/qt_fr.qm
/usr/share/qt4/translations/qt_gl.qm
/usr/share/qt4/translations/qt_he.qm
/usr/share/qt4/translations/qt_help_cs.qm
/usr/share/qt4/translations/qt_help_da.qm
/usr/share/qt4/translations/qt_help_de.qm
/usr/share/qt4/translations/qt_help_eu.qm
/usr/share/qt4/translations/qt_help_fr.qm
/usr/share/qt4/translations/qt_help_gl.qm
/usr/share/qt4/translations/qt_help_hu.qm
/usr/share/qt4/translations/qt_help_ja.qm
/usr/share/qt4/translations/qt_help_ko.qm
/usr/share/qt4/translations/qt_help_pl.qm
/usr/share/qt4/translations/qt_help_ru.qm
/usr/share/qt4/translations/qt_help_sl.qm
/usr/share/qt4/translations/qt_help_uk.qm
/usr/share/qt4/translations/qt_help_zh_CN.qm
/usr/share/qt4/translations/qt_help_zh_TW.qm
/usr/share/qt4/translations/qt_hu.qm
/usr/share/qt4/translations/qt_ja.qm
/usr/share/qt4/translations/qt_ko.qm
/usr/share/qt4/translations/qt_lt.qm
/usr/share/qt4/translations/qt_pl.qm
/usr/share/qt4/translations/qt_pt.qm
/usr/share/qt4/translations/qt_ru.qm
/usr/share/qt4/translations/qt_sk.qm
/usr/share/qt4/translations/qt_sl.qm
/usr/share/qt4/translations/qt_sv.qm
/usr/share/qt4/translations/qt_uk.qm
/usr/share/qt4/translations/qt_zh_CN.qm
/usr/share/qt4/translations/qt_zh_TW.qm
References
Summary
In this tutorial we learn how to install qt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install qt on Fedora 36” linkTitle: “qt” type: “docs” description: “In this tutorial we learn how to install qt in Fedora 36. qt is Qt toolkit” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qt-featured.png
Introduction
In this tutorial we learn how to install qt
on Fedora 36.
What is qt
Qt is a software toolkit for developing applications. This package contains base tools, like string, xml, and network handling.
We can use yum
or dnf
to install qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt.
Install qt 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
using dnf
by running the following command:
sudo dnf -y install qt
Install qt 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
using yum
by running the following command:
sudo yum -y install qt
How To Uninstall qt on Fedora 36
To uninstall only the qt
package we can use the following command:
sudo dnf remove qt
qt Package Contents on Fedora 36
/etc/xdg/qtchooser
/etc/xdg/qtchooser/4-32.conf
/etc/xdg/qtchooser/4.conf
/etc/xdg/qtchooser/default.conf
/usr/bin/qdbus
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/79204a89950f65c321f71ce495b6f98ad07b03
/usr/lib/.build-id/26
/usr/lib/.build-id/26/721506daa5b925d5acb9829f0efaad17c1ec98
/usr/lib/.build-id/43
/usr/lib/.build-id/43/45dc992b6a83af64196bea257d00d6074d8780
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/19594d4420d85a80fb4390bfafd2f2690c0f64
/usr/lib/.build-id/77
/usr/lib/.build-id/77/f5d29570f47a4fe6432efa8b8e67c481a8a8a7
/usr/lib/.build-id/77/f5d29570f47a4fe6432efa8b8e67c481a8a8a7.1
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/50bf382590946f9e69fdbbb9263f35357556d1
/usr/lib/.build-id/84
/usr/lib/.build-id/84/81bacf0642f749b274e03e728d948cf72ec5ed
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/44c0e874855651a84dc17cebe9e12b1dbc1085
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/ab7b5483582c9835df801d474f4c1d90a09150
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/de46c989cb4fa5ed2b201eaf0714f1669e5697
/usr/lib/libQtCore.so.4
/usr/lib/libQtCore.so.4.8
/usr/lib/libQtCore.so.4.8.7
/usr/lib/libQtDBus.so.4
/usr/lib/libQtDBus.so.4.8
/usr/lib/libQtDBus.so.4.8.7
/usr/lib/libQtNetwork.so.4
/usr/lib/libQtNetwork.so.4.8
/usr/lib/libQtNetwork.so.4.8.7
/usr/lib/libQtScript.so.4
/usr/lib/libQtScript.so.4.8
/usr/lib/libQtScript.so.4.8.7
/usr/lib/libQtSql.so.4
/usr/lib/libQtSql.so.4.8
/usr/lib/libQtSql.so.4.8.7
/usr/lib/libQtTest.so.4
/usr/lib/libQtTest.so.4.8
/usr/lib/libQtTest.so.4.8.7
/usr/lib/libQtXml.so.4
/usr/lib/libQtXml.so.4.8
/usr/lib/libQtXml.so.4.8.7
/usr/lib/libQtXmlPatterns.so.4
/usr/lib/libQtXmlPatterns.so.4.8
/usr/lib/libQtXmlPatterns.so.4.8.7
/usr/lib/qt4
/usr/lib/qt4/bin
/usr/lib/qt4/bin/qdbus
/usr/lib/qt4/phrasebooks
/usr/lib/qt4/phrasebooks/danish.qph
/usr/lib/qt4/phrasebooks/dutch.qph
/usr/lib/qt4/phrasebooks/finnish.qph
/usr/lib/qt4/phrasebooks/french.qph
/usr/lib/qt4/phrasebooks/german.qph
/usr/lib/qt4/phrasebooks/hungarian.qph
/usr/lib/qt4/phrasebooks/italian.qph
/usr/lib/qt4/phrasebooks/japanese.qph
/usr/lib/qt4/phrasebooks/norwegian.qph
/usr/lib/qt4/phrasebooks/polish.qph
/usr/lib/qt4/phrasebooks/russian.qph
/usr/lib/qt4/phrasebooks/spanish.qph
/usr/lib/qt4/phrasebooks/swedish.qph
/usr/lib/qt4/plugins
/usr/lib/qt4/plugins/crypto
/usr/lib/qt4/plugins/sqldrivers
/usr/lib/qt4/plugins/sqldrivers/libqsqlite.so
/usr/share/doc/qt
/usr/share/doc/qt/README
/usr/share/doc/qt4
/usr/share/doc/qt4/html
/usr/share/doc/qt4/qch
/usr/share/doc/qt4/src
/usr/share/licenses/qt
/usr/share/licenses/qt/LGPL_EXCEPTION.txt
/usr/share/licenses/qt/LICENSE.GPL3
/usr/share/licenses/qt/LICENSE.LGPL
/usr/share/qt4
/usr/share/qt4/translations
/usr/share/qt4/translations/qt_ar.qm
/usr/share/qt4/translations/qt_cs.qm
/usr/share/qt4/translations/qt_da.qm
/usr/share/qt4/translations/qt_de.qm
/usr/share/qt4/translations/qt_es.qm
/usr/share/qt4/translations/qt_eu.qm
/usr/share/qt4/translations/qt_fa.qm
/usr/share/qt4/translations/qt_fr.qm
/usr/share/qt4/translations/qt_gl.qm
/usr/share/qt4/translations/qt_he.qm
/usr/share/qt4/translations/qt_help_cs.qm
/usr/share/qt4/translations/qt_help_da.qm
/usr/share/qt4/translations/qt_help_de.qm
/usr/share/qt4/translations/qt_help_eu.qm
/usr/share/qt4/translations/qt_help_fr.qm
/usr/share/qt4/translations/qt_help_gl.qm
/usr/share/qt4/translations/qt_help_hu.qm
/usr/share/qt4/translations/qt_help_ja.qm
/usr/share/qt4/translations/qt_help_ko.qm
/usr/share/qt4/translations/qt_help_pl.qm
/usr/share/qt4/translations/qt_help_ru.qm
/usr/share/qt4/translations/qt_help_sl.qm
/usr/share/qt4/translations/qt_help_uk.qm
/usr/share/qt4/translations/qt_help_zh_CN.qm
/usr/share/qt4/translations/qt_help_zh_TW.qm
/usr/share/qt4/translations/qt_hu.qm
/usr/share/qt4/translations/qt_ja.qm
/usr/share/qt4/translations/qt_ko.qm
/usr/share/qt4/translations/qt_lt.qm
/usr/share/qt4/translations/qt_pl.qm
/usr/share/qt4/translations/qt_pt.qm
/usr/share/qt4/translations/qt_ru.qm
/usr/share/qt4/translations/qt_sk.qm
/usr/share/qt4/translations/qt_sl.qm
/usr/share/qt4/translations/qt_sv.qm
/usr/share/qt4/translations/qt_uk.qm
/usr/share/qt4/translations/qt_zh_CN.qm
/usr/share/qt4/translations/qt_zh_TW.qm
References
Summary
In this tutorial we learn how to install qt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).