Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Install Qt5 on ubuntu
Qt 6.11 is out! See what's new in the release blog

Install Qt5 on ubuntu

Scheduled Pinned Locked Moved General and Desktop
6 Posts 6 Posters 8.7k Views 1 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.
  • K Offline
    K Offline
    kantaki
    wrote on last edited by
    #1

    I downloaded http://releases.qt-project.org/qt5/5.0.0/qt-linux-opensource-5.0.0-x86_64-offline.run

    renamed it to qt.run

    but if I try to run in I'll get

    @sh ./qt.run
    ./qt.run: 1: ./qt.run: cannot open @8: No such file
    ./qt.run: 1: ./qt.run: ELF: not found
    ./qt.run: 1: ./qt.run: Syntax error: word unexpected (expecting ")")
    @

    And then it produces a garbage file. The file is correctly located and findable.
    Any ideas?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lwx_me
      wrote on last edited by
      #2

      make sure your ubuntu is x86_64 otherwise try qt-linux-opensource-5.0.0-x86-offline.run

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        That looks a lot like a currupted download.

        1 Reply Last reply
        0
        • B Offline
          B Offline
          broadpeak
          wrote on last edited by
          #4

          Just an idea:
          ELF: not found = ELF interpreter is missing
          Do you have /lib/ld-lsb.so.2 ?

          1 Reply Last reply
          0
          • D Offline
            D Offline
            DerManu
            wrote on last edited by
            #5

            Did you check the MD5 sums?
            @24b3464b13e8ff3fb0baa7bf9a0dae38 qt-linux-opensource-5.0.0-x86_64-offline.run
            4c21394c57f5cdc16b6fc4dbed07f226 qt-linux-opensource-5.0.0-x86-offline.run@

            get yours with
            @md5sum qt.run@

            //EDIT: Just tried it, you do seem to have the wrong bit version. Your system is 32 bit but you've downloaded the 64 bit version.

            1 Reply Last reply
            0
            • K Offline
              K Offline
              klumpakojis
              wrote on last edited by
              #6

              Hi, did you tried:
              chmod u+x qt.run
              ./qt.run

              at least it worked for me.

              #k

              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