Results 1 to 6 of 6

Thread: Help installing QT on Linux Ubuntu 12.04 LTS

  1. #1
    Join Date
    Apr 2013
    Location
    Michigan
    Beans
    65
    Distro
    Ubuntu 12.04 Precise Pangolin

    Help installing QT on Linux Ubuntu 12.04 LTS

    Ok so I dowloads QT5 from their website and it gave me a .run file. I went into terminal and
    Code:
    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.
    Thanks,
    Bresser

  2. #2
    Join Date
    Jul 2011
    Beans
    3,037
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help installing QT on Linux Ubuntu 12.04 LTS

    Did you post the commands exactly as you really entered them? Since there is a blank in qt.run which shouldn't be there.

  3. #3
    Join Date
    Apr 2013
    Location
    Michigan
    Beans
    65
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help installing QT on Linux Ubuntu 12.04 LTS

    yes that is exactly how I entered it except i used
    Code:
    cd
    to get into the Downloads directory.
    Thanks,
    Bresser

  4. #4
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Help installing QT on Linux Ubuntu 12.04 LTS

    did you check the md5sum of the download? that error sounds like the kind of thing you'd get with an incomplete archive

  5. #5
    Join Date
    Apr 2013
    Location
    Michigan
    Beans
    65
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help installing QT on Linux Ubuntu 12.04 LTS

    I will be honest bud. I have no idea what a md5sum is
    Thanks,
    Bresser

  6. #6
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Help installing QT on Linux Ubuntu 12.04 LTS

    Code:
    $ 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/offic...run.mirrorlist

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •