Install Qt on Fedora Linux
-
wrote on 5 Jun 2024, 10:24 last edited by
I am using Fedora 40. It seems like the Fedora 40 installer installed qt files that I did not request but did not install the necessary qt-creator.
Please see below. It shows the 27 qt files that were installed during a standard installation, none of which are qt-creator. I assume I would also have to install qt-creator and perhaps other ones to use qt.
It seems like Fedora is forcing me to install qt with their repository, not doing it properly, and not giving me the chance to use the qt install from qt.io.
I know I am missing something, please help.
Joe# dnf list installed | grep '^qt'
qt-settings.noarch
qt5-qtbase.x86_64
qt5-qtbase-common.noarch
qt5-qtbase-gui.x86_64
qt5-qtconnectivity.x86_64
qt5-qtdeclarative.x86_64
qt5-qtlocation.x86_64
qt5-qtmultimedia.x86_64
qt5-qtsensors.x86_64
qt5-qtserialport.x86_64
qt5-qtsvg.x86_64
qt5-qttools-common.noarch
qt5-qttools-libs-designer.x86_64
qt5-qttools-libs-help.x86_64
qt5-qttranslations.noarch
qt5-qtwayland.x86_64
qt5-qtwebchannel.x86_64
qt5-qtwebsockets.x86_64
qt5-qtx11extras.x86_64
qt5-qtxmlpatterns.x86_64
qt6-qtbase.x86_64
qt6-qtbase-common.noarch
qt6-qtbase-gui.x86_64
qt6-qtdeclarative.x86_64
qt6-qtsvg.x86_64
qt6-qttranslations.noarch
qt6-qtwayland.x86_64
# dnf list | grep 'qt-creator'
qt-creator.i686
qt-creator.x86_64
qt-creator-data.noarch
qt-creator-doc.noarch
qt-creator-translations.noarch -
I am using Fedora 40. It seems like the Fedora 40 installer installed qt files that I did not request but did not install the necessary qt-creator.
Please see below. It shows the 27 qt files that were installed during a standard installation, none of which are qt-creator. I assume I would also have to install qt-creator and perhaps other ones to use qt.
It seems like Fedora is forcing me to install qt with their repository, not doing it properly, and not giving me the chance to use the qt install from qt.io.
I know I am missing something, please help.
Joe# dnf list installed | grep '^qt'
qt-settings.noarch
qt5-qtbase.x86_64
qt5-qtbase-common.noarch
qt5-qtbase-gui.x86_64
qt5-qtconnectivity.x86_64
qt5-qtdeclarative.x86_64
qt5-qtlocation.x86_64
qt5-qtmultimedia.x86_64
qt5-qtsensors.x86_64
qt5-qtserialport.x86_64
qt5-qtsvg.x86_64
qt5-qttools-common.noarch
qt5-qttools-libs-designer.x86_64
qt5-qttools-libs-help.x86_64
qt5-qttranslations.noarch
qt5-qtwayland.x86_64
qt5-qtwebchannel.x86_64
qt5-qtwebsockets.x86_64
qt5-qtx11extras.x86_64
qt5-qtxmlpatterns.x86_64
qt6-qtbase.x86_64
qt6-qtbase-common.noarch
qt6-qtbase-gui.x86_64
qt6-qtdeclarative.x86_64
qt6-qtsvg.x86_64
qt6-qttranslations.noarch
qt6-qtwayland.x86_64
# dnf list | grep 'qt-creator'
qt-creator.i686
qt-creator.x86_64
qt-creator-data.noarch
qt-creator-doc.noarch
qt-creator-translations.noarchLifetime Qt Championwrote on 5 Jun 2024, 10:29 last edited by jsulm 6 May 2024, 10:30@JosephH said in Install Qt on Fedora Linux:
It seems like Fedora is forcing me to install qt with their repository, not doing it properly, and not giving me the chance to use the qt install from qt.io.
This is of course wrong.
If you want to use the official Qt Online Installer then download it and install Qt/QtCreator.
Fedora installed some Qt packages because some software needs Qt to work. It did not install everything because you did not ask it to do so.
Fedora also provides QtCreator, so install qt-creator.x86_64 if you don't want to use Online Installer.
1/2