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
Forum Updated to NodeBB v4.3 + New Features

Mint Linux open source install

Scheduled Pinned Locked Moved Solved Installation and Deployment
31 Posts 6 Posters 5.0k 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 Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #6

    What if you run it from the command line ?

    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
    0
    • O ofmrew

      I click on what was downloaded, namely: qt-unified-linux-x64-4.0.1-online.run.

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #7

      @ofmrew said in Mint Linux open source install:

      qt-unified-linux-x64-4.0.1-online.run

      Have you made it executable?

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

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • O Offline
        O Offline
        ofmrew
        wrote on last edited by
        #8

        My terminal output:
        bobwilliams@bobwilliamsLinux ~ $ qt-unified-linux-x64-4.0.1-online.run
        qt-unified-linux-x64-4.0.1-online.run: command not found
        bobwilliams@bobwilliamsLinux ~

        O 1 Reply Last reply
        0
        • O ofmrew

          My terminal output:
          bobwilliams@bobwilliamsLinux ~ $ qt-unified-linux-x64-4.0.1-online.run
          qt-unified-linux-x64-4.0.1-online.run: command not found
          bobwilliams@bobwilliamsLinux ~

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

          @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 ~ $

          Pablo J. RoginaP V 2 Replies 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 ~ $

            Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on last edited by
            #10

            @ofmrew you may need to acquire basic *nix administration skills...

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

            O 1 Reply Last reply
            0
            • Pablo J. RoginaP Pablo J. Rogina

              @ofmrew you may need to acquire basic *nix administration skills...

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

              @Pablo-J-Rogina My Unix days were 40 years ago. I had no problem when I installed qt about three years ago.

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #12

                Where did you put that file ?
                Move to that folder first and then execute the commands.

                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
                0
                • O Offline
                  O Offline
                  ofmrew
                  wrote on last edited by
                  #13

                  The file is in the download folder.

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #14

                    Then do what I suggested.

                    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
                    0
                    • O Offline
                      O Offline
                      ofmrew
                      wrote on last edited by
                      #15

                      I tried:

                      bobwilliams@bobwilliamsLinux ~ $ cd bobwilliams\download
                      bash: cd: bobwilliamsdownload: No such file or directory
                      bobwilliams@bobwilliamsLinux ~ $

                      1 Reply Last reply
                      0
                      • SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #16

                        You really should take the time to learn how a unix command line works. Use forward slashes.

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

                        O 1 Reply Last reply
                        0
                        • SGaistS SGaist

                          You really should take the time to learn how a unix command line works. Use forward slashes.

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

                          @SGaist I know that, too many years doing OS2 and Windows.

                          I cd to home, but cannot get to bobwilliams/download.

                          bobwilliams@bobwilliamsLinux /home $ cd /bobwilliams
                          bash: cd: /bobwilliams: No such file or directory
                          bobwilliams@bobwilliamsLinux /home $

                          It is the Mint directory structure that is getting me.

                          1 Reply Last reply
                          0
                          • SGaistS Offline
                            SGaistS Offline
                            SGaist
                            Lifetime Qt Champion
                            wrote on last edited by
                            #18

                            @ofmrew said in Mint Linux open source install:

                            cd /bobwilliams

                            / is the top level folder.

                            If you want to enter a folder within the one you are in, either use ./ before the name of the folder or just the folder.

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

                            O 1 Reply Last reply
                            0
                            • SGaistS SGaist

                              @ofmrew said in Mint Linux open source install:

                              cd /bobwilliams

                              / is the top level folder.

                              If you want to enter a folder within the one you are in, either use ./ before the name of the folder or just the folder.

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

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

                              O SGaistS 2 Replies Last reply
                              0
                              • O ofmrew

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

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

                                @ofmrew I just looked in Settings. All are marked as Use. I do not see qt6.

                                1 Reply Last reply
                                0
                                • O ofmrew

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

                                  SGaistS Offline
                                  SGaistS Offline
                                  SGaist
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #21

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

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

                                  O 1 Reply Last reply
                                  0
                                  • 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

                                          • Login

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