Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt installator doesn't show components in Ubuntu 22.04

Qt installator doesn't show components in Ubuntu 22.04

Scheduled Pinned Locked Moved Solved General and Desktop
10 Posts 4 Posters 1.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.
  • C Offline
    C Offline
    CarlosC
    wrote on 21 Apr 2023, 14:09 last edited by
    #1

    I'm trying to install Qt 5.15.2 in Ubuntu but when I execute the installer it only shows this 6376142d-8517-4a3d-8fa5-c2ebf2d421e4-image.png
    I tried to change the filters but I got the same.

    In Windows i didn't have this problem. What can I do? Thanks!

    J 1 Reply Last reply 21 Apr 2023, 14:14
    0
    • C CPPUIX
      23 Apr 2023, 09:29

      @CarlosC glad to hear that! Could you share what you did exactly to solve your problem? For future reference.

      C Offline
      C Offline
      CarlosC
      wrote on 23 Apr 2023, 09:42 last edited by
      #10

      @Abderrahmene_Rayene I did "sudo apt-get install qtbase5-dev" , after this I ran the qt installer and the components appeared in the installer.

      1 Reply Last reply
      1
      • C CarlosC
        21 Apr 2023, 14:09

        I'm trying to install Qt 5.15.2 in Ubuntu but when I execute the installer it only shows this 6376142d-8517-4a3d-8fa5-c2ebf2d421e4-image.png
        I tried to change the filters but I got the same.

        In Windows i didn't have this problem. What can I do? Thanks!

        J Offline
        J Offline
        JonB
        wrote on 21 Apr 2023, 14:14 last edited by JonB
        #2

        @CarlosC
        Before you go any further. Are you aware that your version of Ubuntu already has a complete Qt 5.x built and available to you to download (e.g. via apt-get install) Version depends on your Ubuntu, but for example Ubuntu 22.04 supplies Qt 5.15.3.

        Unless you have particular special needs, I would highly recommend you use the Qt version supplied with your distro rather than trying to build it. The supplied one is ready-built, it requires no compilation and is ready to use.

        C 1 Reply Last reply 21 Apr 2023, 16:23
        0
        • J JonB
          21 Apr 2023, 14:14

          @CarlosC
          Before you go any further. Are you aware that your version of Ubuntu already has a complete Qt 5.x built and available to you to download (e.g. via apt-get install) Version depends on your Ubuntu, but for example Ubuntu 22.04 supplies Qt 5.15.3.

          Unless you have particular special needs, I would highly recommend you use the Qt version supplied with your distro rather than trying to build it. The supplied one is ready-built, it requires no compilation and is ready to use.

          C Offline
          C Offline
          CarlosC
          wrote on 21 Apr 2023, 16:23 last edited by
          #3

          @JonB I dont know what you mean, I have installed Qt 5 Assistant, Designer and Linguist, but when I open Qt Creator I dont have any kits to compile my project (thats why Im trying to install them by Qt installer).

          I'm building an application in Windows but I have to test it in Windows, Android and Linux, thats the reason why I'm trying to do this.
          Thanks for your answer.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 21 Apr 2023, 18:49 last edited by SGaist
            #4

            Hi,

            If you used your distribution package manager to install these tools, you likely did not install Qt's dev packages hence your issue.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            C 1 Reply Last reply 21 Apr 2023, 19:47
            1
            • S SGaist
              21 Apr 2023, 18:49

              Hi,

              If you used your distribution package manager to install these tools, you likely did not install Qt's dev packages hence your issue.

              C Offline
              C Offline
              CarlosC
              wrote on 21 Apr 2023, 19:47 last edited by
              #5

              @SGaist I downloaded qt-unified-linux-x64-4.5.2-online.run, when I run it I only can choose Qt Insight Tracker.
              The other tools I mentioned before i didnt want to install them.

              How do I install the dev packages?
              Thanks

              S C 2 Replies Last reply 22 Apr 2023, 19:22
              0
              • C CarlosC
                21 Apr 2023, 19:47

                @SGaist I downloaded qt-unified-linux-x64-4.5.2-online.run, when I run it I only can choose Qt Insight Tracker.
                The other tools I mentioned before i didnt want to install them.

                How do I install the dev packages?
                Thanks

                S Offline
                S Offline
                SGaist
                Lifetime Qt Champion
                wrote on 22 Apr 2023, 19:22 last edited by
                #6

                @CarlosC the dev packages are the same as the libraries packages but ending in -dev.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                1
                • C CarlosC
                  21 Apr 2023, 19:47

                  @SGaist I downloaded qt-unified-linux-x64-4.5.2-online.run, when I run it I only can choose Qt Insight Tracker.
                  The other tools I mentioned before i didnt want to install them.

                  How do I install the dev packages?
                  Thanks

                  C Offline
                  C Offline
                  CPPUIX
                  wrote on 22 Apr 2023, 21:26 last edited by
                  #7

                  @CarlosC see if this helps.

                  C 1 Reply Last reply 23 Apr 2023, 09:27
                  1
                  • C CPPUIX
                    22 Apr 2023, 21:26

                    @CarlosC see if this helps.

                    C Offline
                    C Offline
                    CarlosC
                    wrote on 23 Apr 2023, 09:27 last edited by
                    #8

                    @Abderrahmene_Rayene Thank you, this solved my problem!

                    C 1 Reply Last reply 23 Apr 2023, 09:29
                    0
                    • C CarlosC
                      23 Apr 2023, 09:27

                      @Abderrahmene_Rayene Thank you, this solved my problem!

                      C Offline
                      C Offline
                      CPPUIX
                      wrote on 23 Apr 2023, 09:29 last edited by
                      #9

                      @CarlosC glad to hear that! Could you share what you did exactly to solve your problem? For future reference.

                      C 1 Reply Last reply 23 Apr 2023, 09:42
                      1
                      • C CPPUIX
                        23 Apr 2023, 09:29

                        @CarlosC glad to hear that! Could you share what you did exactly to solve your problem? For future reference.

                        C Offline
                        C Offline
                        CarlosC
                        wrote on 23 Apr 2023, 09:42 last edited by
                        #10

                        @Abderrahmene_Rayene I did "sudo apt-get install qtbase5-dev" , after this I ran the qt installer and the components appeared in the installer.

                        1 Reply Last reply
                        1
                        • C CarlosC has marked this topic as solved on 23 Apr 2023, 09:42

                        1/10

                        21 Apr 2023, 14:09

                        • Login

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