Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Install Qt on Fedora Linux
Forum Updated to NodeBB v4.3 + New Features

Install Qt on Fedora Linux

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 9.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JosephH
    wrote on 5 Jun 2024, 10:24 last edited by
    #1

    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

    J 1 Reply Last reply 5 Jun 2024, 10:29
    0
    • J JosephH
      5 Jun 2024, 10:24

      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

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 5 Jun 2024, 10:29 last edited by jsulm 6 May 2024, 10:30
      #2

      @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.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3

      1/2

      5 Jun 2024, 10:24

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved