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. Mint Linux open source install
Qt 6.11 is out! See what's new in the release blog

Mint Linux open source install

Scheduled Pinned Locked Moved Solved Installation and Deployment
31 Posts 6 Posters 18.4k Views 3 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.
  • SGaistS SGaist

    @ofmrew said in Mint Linux open source install:

    @SGaist I got to Setup - Qt. Logged into my account. At Welcome to open source setup I got Failure to fetch repositories. Now what?

    There have been some issues lately with the cloud provider hosting the machines for the distribution so you may been hit by a fluk. Try again.

    O Offline
    O Offline
    ofmrew
    wrote on last edited by
    #22

    @SGaist It gets to meta data download and it fails: Failure to fetch repositories. I will try it later.

    JKSHJ 1 Reply Last reply
    0
    • O ofmrew

      @SGaist It gets to meta data download and it fails: Failure to fetch repositories. I will try it later.

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #23

      @ofmrew said in Mint Linux open source install:

      It gets to meta data download and it fails: Failure to fetch repositories. I will try it later.

      You might be getting a bad mirror. Try manually selecting a different mirror to download from: https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      O 1 Reply Last reply
      0
      • O ofmrew

        @ofmrew

        bobwilliams@bobwilliamsLinux ~ $ chmod +x ./qt-unified-linux-x64-4.0.1-online.run
        chmod: cannot access './qt-unified-linux-x64-4.0.1-online.run': No such file or directory
        bobwilliams@bobwilliamsLinux ~ $

        V Offline
        V Offline
        vladimir.litvinenko
        wrote on last edited by
        #24

        @ofmrew

        1. cmod only root! sudo chmod a+x ./qt-unified-linux-x64-4.0.1-online.run
        2. For run:
          2.1. cd <to file directory>
          2.2. Add "dot" + "slash": qt-unified-linux-x64-4.0.1-online.run -> ./qt-unified-linux-x64-4.0.1-online.run
        jsulmJ O 2 Replies Last reply
        0
        • V vladimir.litvinenko

          @ofmrew

          1. cmod only root! sudo chmod a+x ./qt-unified-linux-x64-4.0.1-online.run
          2. For run:
            2.1. cd <to file directory>
            2.2. Add "dot" + "slash": qt-unified-linux-x64-4.0.1-online.run -> ./qt-unified-linux-x64-4.0.1-online.run
          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #25

          @vladimir-litvinenko said in Mint Linux open source install:

          sudo chmod a+x ./qt-unified-linux-x64-4.0.1-online.run

          Why do you think sudo is needed?

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

          1 Reply Last reply
          0
          • V vladimir.litvinenko

            @ofmrew

            1. cmod only root! sudo chmod a+x ./qt-unified-linux-x64-4.0.1-online.run
            2. For run:
              2.1. cd <to file directory>
              2.2. Add "dot" + "slash": qt-unified-linux-x64-4.0.1-online.run -> ./qt-unified-linux-x64-4.0.1-online.run
            O Offline
            O Offline
            ofmrew
            wrote on last edited by
            #26

            @vladimir-litvinenko I got the failure to fetch when I tried the following:
            bobwilliams@bobwilliamsLinux ~ $ cd home
            bash: cd: home: No such file or directory
            bobwilliams@bobwilliamsLinux ~ $ cd \home
            bash: cd: home: No such file or directory
            bobwilliams@bobwilliamsLinux ~ $ cd /home
            bobwilliams@bobwilliamsLinux /home $ cd ./bobwilliams
            bobwilliams@bobwilliamsLinux ~ $ cd ./download
            bash: cd: ./download: No such file or directory
            bobwilliams@bobwilliamsLinux ~ $ ls

            bobwilliams@bobwilliamsLinux ~/Downloads $ chmod +x qt-unified-linux-x64-3.0.0-online.run
            bobwilliams@bobwilliamsLinux ~/Downloads $ ./qt-unified-linux-x64-3.0.0-online.run
            QApplication: invalid style override passed, ignoring it.
            bobwilliams@bobwilliamsLinux ~/Downloads $

            Do you know what mirror is good?

            In case I have not say it before, I really appreciate everyone's help.

            1 Reply Last reply
            0
            • JKSHJ JKSH

              @ofmrew said in Mint Linux open source install:

              It gets to meta data download and it fails: Failure to fetch repositories. I will try it later.

              You might be getting a bad mirror. Try manually selecting a different mirror to download from: https://wiki.qt.io/Online_Installer_4.x#Selecting_a_mirror_for_opensource

              O Offline
              O Offline
              ofmrew
              wrote on last edited by
              #27

              @JKSH It looks like all of the mirrors are for windows. I need linux.

              JKSHJ 1 Reply Last reply
              0
              • O ofmrew

                @JKSH It looks like all of the mirrors are for windows. I need linux.

                JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote on last edited by
                #28

                @ofmrew said in Mint Linux open source install:

                @JKSH It looks like all of the mirrors are for windows. I need linux.

                The mirrors are for Windows AND Linux AND macOS...

                The wiki says, "don't use the full path but use the path before '/online' (no forward slash at the end)"

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                O 1 Reply Last reply
                1
                • JKSHJ JKSH

                  @ofmrew said in Mint Linux open source install:

                  @JKSH It looks like all of the mirrors are for windows. I need linux.

                  The mirrors are for Windows AND Linux AND macOS...

                  The wiki says, "don't use the full path but use the path before '/online' (no forward slash at the end)"

                  O Offline
                  O Offline
                  ofmrew
                  wrote on last edited by
                  #29

                  @JKSH No luck finding the linux mirrors.

                  JKSHJ 1 Reply Last reply
                  0
                  • O ofmrew

                    @JKSH No luck finding the linux mirrors.

                    JKSHJ Offline
                    JKSHJ Offline
                    JKSH
                    Moderators
                    wrote on last edited by
                    #30

                    @ofmrew said in Mint Linux open source install:

                    @JKSH No luck finding the linux mirrors.

                    Navigate up the "Parent Directory" a few times.

                    There is no such thing as a "Windows mirror" or a "Linux mirror". Each mirror contains files for Windows AND Linux AND macOS.

                    Did you look closely at the examples shown in the Wiki?

                    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                    O 1 Reply Last reply
                    1
                    • JKSHJ JKSH

                      @ofmrew said in Mint Linux open source install:

                      @JKSH No luck finding the linux mirrors.

                      Navigate up the "Parent Directory" a few times.

                      There is no such thing as a "Windows mirror" or a "Linux mirror". Each mirror contains files for Windows AND Linux AND macOS.

                      Did you look closely at the examples shown in the Wiki?

                      O Offline
                      O Offline
                      ofmrew
                      wrote on last edited by
                      #31

                      @JKSH I will wait until the issues with the installer are resolved.

                      1 Reply Last reply
                      0

                      • Login

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