PDA

View Full Version : Help installing QT on Linux Ubuntu 12.04 LTS



Bresser
May 5th, 2013, 03:21 PM
Ok so I dowloads QT5 from their website and it gave me a .run file. I went into terminal and

chmod u+x qt.run
./qt.run

then it said no marker found, stopped after 1.00MiB
can anyone tell me why it is doing this.

2F4U
May 5th, 2013, 03:45 PM
Did you post the commands exactly as you really entered them? Since there is a blank in qt.run which shouldn't be there.

Bresser
May 5th, 2013, 09:06 PM
yes that is exactly how I entered it except i used


cd

to get into the Downloads directory.

steeldriver
May 5th, 2013, 10:00 PM
did you check the md5sum of the download? that error sounds like the kind of thing you'd get with an incomplete archive

Bresser
May 6th, 2013, 02:26 AM
I will be honest bud. I have no idea what a md5sum is

steeldriver
May 6th, 2013, 02:32 AM
$ cd ~/Downloads
$ md5sum qt-linux-opensource-5.0.2-x86-offline.run
f4ff26e65e7229e514c72e2eaf6743a0 qt-linux-opensource-5.0.2-x86-offline.run


and compare the long string of hex digits with the value given in the (info) link on the relevant Qt download page e.g.

http://download.qt-project.org/official_releases/qt/5.0/5.0.2/qt-linux-opensource-5.0.2-x86-offline.run.mirrorlist

If they are not the same then something went wrong with the download