Mint Linux open source install
-
wrote on 27 Jan 2021, 18:48 last edited by
I am trying to install open source qt on a Mint Linux computer. https://d13lb3tujbc8s0.cloudfront.net/onlineinstallers/qt-unified-linux-x64-4.0.1-1-online.run
Runs but no output. What am I doing wrong?
-
Hi,
What do exactly do you do ?
-
wrote on 27 Jan 2021, 18:59 last edited by
I clicked on the Download the online installer on https://www.qt.io/download-open-source?hsCtaTracking=9f6a2170-a938-42df-a8e2-a9f0b1d6cdce|6cb0de4f-9bb5-4778-ab02-bfb62735f3e5.
Is that wrong?
-
I meant once you have the file on your machine.
-
wrote on 27 Jan 2021, 19:05 last edited by
I click on what was downloaded, namely: qt-unified-linux-x64-4.0.1-online.run.
-
What if you run it from the command line ?
-
wrote on 27 Jan 2021, 19:10 last edited by
@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
-
wrote on 27 Jan 2021, 19:11 last edited by
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 ~ -
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 ~ -
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 ~ $wrote on 27 Jan 2021, 19:14 last edited by@ofmrew you may need to acquire basic *nix administration skills...
-
@ofmrew you may need to acquire basic *nix administration skills...
wrote on 27 Jan 2021, 19:16 last edited by@Pablo-J-Rogina My Unix days were 40 years ago. I had no problem when I installed qt about three years ago.
-
Where did you put that file ?
Move to that folder first and then execute the commands. -
wrote on 27 Jan 2021, 19:21 last edited by
The file is in the download folder.
-
Then do what I suggested.
-
wrote on 27 Jan 2021, 19:27 last edited by
I tried:
bobwilliams@bobwilliamsLinux ~ $ cd bobwilliams\download
bash: cd: bobwilliamsdownload: No such file or directory
bobwilliams@bobwilliamsLinux ~ $ -
You really should take the time to learn how a unix command line works. Use forward slashes.
-
You really should take the time to learn how a unix command line works. Use forward slashes.
wrote on 27 Jan 2021, 19:36 last edited by@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.
-
@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.
-
@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.
-
@SGaist I got to Setup - Qt. Logged into my account. At Welcome to open source setup I got Failure to fetch repositories. Now what?
1/31