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. how to install Qt6 (latest) for ubuntu 22 (Jammy Fish)
Forum Updated to NodeBB v4.3 + New Features

how to install Qt6 (latest) for ubuntu 22 (Jammy Fish)

Scheduled Pinned Locked Moved Solved General and Desktop
9 Posts 4 Posters 53.2k Views 1 Watching
  • 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
    JacobNovitsky
    wrote on last edited by JacobNovitsky
    #1

    Having Qt Creator Bug (see prev post), maybe I use wrong guide to install?

    https://www.youtube.com/watch?v=sjApF6qnyUI

    it might be bugged

    J C 2 Replies Last reply
    0
    • Paul ColbyP Paul Colby

      @JonB said in how to install Qt6 (latest) for ubuntu 22 (Jammy Fish):

      If you want another version you need to use Qt online installer to fetch it.

      Or, another option, is to use Another Qt installer (aqt), like:

      aqt install-qt linux desktop 6.6.0 gcc_64
      

      Tip: I find this webpage very handy for generating the right aqt command to install the version and modules I want (I use extensively in CI environments) - that's how I generated the example command above.

      Cheers.

      J Offline
      J Offline
      JacobNovitsky
      wrote on last edited by JacobNovitsky
      #8

      solved:

      https://web.stanford.edu/dept/cs_edu/resources/qt/install-linux

      Ubuntu 22 (Jammy Fish)
      Qt 6.4.3
      Qt Creator 11.0.2

      not entirely sure, what really happened to solve my case, but now it seem fine

      thanks for replies

      how to submit bug?

      (if someone is using the guide -> last step Run the Qt installer)

      J 1 Reply Last reply
      0
      • J JacobNovitsky

        Having Qt Creator Bug (see prev post), maybe I use wrong guide to install?

        https://www.youtube.com/watch?v=sjApF6qnyUI

        it might be bugged

        J Offline
        J Offline
        JacobNovitsky
        wrote on last edited by JacobNovitsky
        #2

        @JacobNovitsky tried to do following:

        sudo apt install qt6-base-dev
        sudo apt install qtcreator

        getting this:

        Screenshot from 2023-08-25 05-35-26.png

        How to upgrade to latest 6.4.2 version (or higher) ?

        1 Reply Last reply
        0
        • J JacobNovitsky

          Having Qt Creator Bug (see prev post), maybe I use wrong guide to install?

          https://www.youtube.com/watch?v=sjApF6qnyUI

          it might be bugged

          C Offline
          C Offline
          ChrisW67
          wrote on last edited by ChrisW67
          #3

          @JacobNovitsky Do you want the latest Qt library (6.5.2) or the latest Qt Creator (11.x)?

          Your screen shot is the version details for you Ubuntu-distributed Qt Creator (6.0.2) and its the Qt run time (5.15.3) it is using. The Ubuntu-provided Qt Creator is quite old. This is not directly connected to the version, or versions, of Qt libraries you develop with.

          You can get later versions of both, independent of what is in the Ubuntu packages, using the Qt Online Installer.

          J 1 Reply Last reply
          1
          • C ChrisW67

            @JacobNovitsky Do you want the latest Qt library (6.5.2) or the latest Qt Creator (11.x)?

            Your screen shot is the version details for you Ubuntu-distributed Qt Creator (6.0.2) and its the Qt run time (5.15.3) it is using. The Ubuntu-provided Qt Creator is quite old. This is not directly connected to the version, or versions, of Qt libraries you develop with.

            You can get later versions of both, independent of what is in the Ubuntu packages, using the Qt Online Installer.

            J Offline
            J Offline
            JacobNovitsky
            wrote on last edited by JacobNovitsky
            #4

            @ChrisW67 thanks for your kind reply, i need instructions how to install qt6 versions, latest preffered, if not using qt online installer

            sent with mobile

            JonBJ 1 Reply Last reply
            0
            • J JacobNovitsky

              @ChrisW67 thanks for your kind reply, i need instructions how to install qt6 versions, latest preffered, if not using qt online installer

              sent with mobile

              JonBJ Online
              JonBJ Online
              JonB
              wrote on last edited by
              #5

              @JacobNovitsky
              So far as I know:

              • If you have done apt install qt6-base-dev you have installed the latest available Qt6 pre-compiled for your Ubuntu, whatever version of Qt6 that might be.
              • If you want another version you need to use Qt online installer to fetch it. And I think you will get sources and have to compile yourself.
              J Paul ColbyP 2 Replies Last reply
              1
              • JonBJ JonB

                @JacobNovitsky
                So far as I know:

                • If you have done apt install qt6-base-dev you have installed the latest available Qt6 pre-compiled for your Ubuntu, whatever version of Qt6 that might be.
                • If you want another version you need to use Qt online installer to fetch it. And I think you will get sources and have to compile yourself.
                J Offline
                J Offline
                JacobNovitsky
                wrote on last edited by
                #6

                @JonB If im using wget https://download.qt.io/official_releases/qt/6.4/6.4.0/single/qt-everywhere-src-6.4.0.tar.xz, how to change download mirror to berkley?

                1 Reply Last reply
                0
                • JonBJ JonB

                  @JacobNovitsky
                  So far as I know:

                  • If you have done apt install qt6-base-dev you have installed the latest available Qt6 pre-compiled for your Ubuntu, whatever version of Qt6 that might be.
                  • If you want another version you need to use Qt online installer to fetch it. And I think you will get sources and have to compile yourself.
                  Paul ColbyP Offline
                  Paul ColbyP Offline
                  Paul Colby
                  wrote on last edited by
                  #7

                  @JonB said in how to install Qt6 (latest) for ubuntu 22 (Jammy Fish):

                  If you want another version you need to use Qt online installer to fetch it.

                  Or, another option, is to use Another Qt installer (aqt), like:

                  aqt install-qt linux desktop 6.6.0 gcc_64
                  

                  Tip: I find this webpage very handy for generating the right aqt command to install the version and modules I want (I use extensively in CI environments) - that's how I generated the example command above.

                  Cheers.

                  J 1 Reply Last reply
                  0
                  • Paul ColbyP Paul Colby

                    @JonB said in how to install Qt6 (latest) for ubuntu 22 (Jammy Fish):

                    If you want another version you need to use Qt online installer to fetch it.

                    Or, another option, is to use Another Qt installer (aqt), like:

                    aqt install-qt linux desktop 6.6.0 gcc_64
                    

                    Tip: I find this webpage very handy for generating the right aqt command to install the version and modules I want (I use extensively in CI environments) - that's how I generated the example command above.

                    Cheers.

                    J Offline
                    J Offline
                    JacobNovitsky
                    wrote on last edited by JacobNovitsky
                    #8

                    solved:

                    https://web.stanford.edu/dept/cs_edu/resources/qt/install-linux

                    Ubuntu 22 (Jammy Fish)
                    Qt 6.4.3
                    Qt Creator 11.0.2

                    not entirely sure, what really happened to solve my case, but now it seem fine

                    thanks for replies

                    how to submit bug?

                    (if someone is using the guide -> last step Run the Qt installer)

                    J 1 Reply Last reply
                    0
                    • J JacobNovitsky has marked this topic as solved on
                    • J JacobNovitsky

                      solved:

                      https://web.stanford.edu/dept/cs_edu/resources/qt/install-linux

                      Ubuntu 22 (Jammy Fish)
                      Qt 6.4.3
                      Qt Creator 11.0.2

                      not entirely sure, what really happened to solve my case, but now it seem fine

                      thanks for replies

                      how to submit bug?

                      (if someone is using the guide -> last step Run the Qt installer)

                      J Offline
                      J Offline
                      JacobNovitsky
                      wrote on last edited by
                      #9

                      @JacobNovitsky ./qt-unified-linux-x64-4.3.0-1-online.run --mirror https://mirrors.ocf.berkeley.edu/qt

                      1 Reply Last reply
                      1

                      • Login

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