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. QT5 Installation on Linux
QtWS25 Last Chance

QT5 Installation on Linux

Scheduled Pinned Locked Moved Installation and Deployment
8 Posts 4 Posters 8.8k Views
  • 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.
  • I Offline
    I Offline
    IanBorn
    wrote on last edited by
    #1

    I have Xubun 3.0.0-12-generic (#20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011) and
    had installted previous version of QT without any problem,
    @HP-G62-Notebook-PC:~/Downloads$ chmod 777 qt-linux-opensource-5.0.0-beta2-x86_64-ubuntu1204-offline.run
    ./qt-linux-opensource-5.0.0-beta2-x86_64-ubuntu1204-offline.run
    bash: ./qt-linux-opensource-5.0.0-beta2-x86_64-ubuntu1204-offline.run: cannot execute binary file
    @

    Can someone tell me how to fix this problem? Do I need Xubun 3.0.0-14 in order to install QT 5.0?

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hpollak
      wrote on last edited by
      #2

      please tell us the output from

      @uname -a@

      is it possible that you using the 32 bit version and downloaded the 64 bit?

      1 Reply Last reply
      0
      • I Offline
        I Offline
        IanBorn
        wrote on last edited by
        #3

        HP-G62-Notebook-PC:~/Downloads$ uname -a
        HP-G62-Notebook-PC 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux

        1 Reply Last reply
        0
        • H Offline
          H Offline
          hpollak
          wrote on last edited by
          #4

          Download the 32-bit version and try to install.
          You have installed the 32-bit version of Linux.

          See: "What is the difference between i686 and X86_64":http://superuser.com/questions/238112/what-is-the-difference-between-i686-and-x86-64

          1 Reply Last reply
          0
          • I Offline
            I Offline
            IanBorn
            wrote on last edited by
            #5

            Thank you. I've found the problem. I used Firefox to download it overnight,. Somehow, it download
            only 59MB. This is most likely the reason that I could not execute the installation.

            1 Reply Last reply
            0
            • I Offline
              I Offline
              IanBorn
              wrote on last edited by
              #6

              Finally, I was able to download it and it does not seem to have any problem. But I still could not run
              the installation.

              -rw-rw-r-- 1 429794304 2012-12-21 12:01 qt-linux-opensource-5.0.0-x86_64-offline.run
              Inspiron-1545:~/Downloads$ chmod 777 qt-linux-opensource-5.0.0-x86_64-offline.run
              Inspiron-1545:~/Downloads$ ./qt-linux-opensource-5.0.0-x86_64-offline.run
              bash: ./qt-linux-opensource-5.0.0-x86_64-offline.run: cannot execute binary file
              From Sysinfo,
              Pentium(R) Dual-Core CPU T4200 @ 2.00GHz
              family(6) model(23) stepping(10)
              fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2

              1 Reply Last reply
              0
              • sierdzioS Offline
                sierdzioS Offline
                sierdzio
                Moderators
                wrote on last edited by
                #7

                I think I had this problem once, sadly no real solution. You can compile Qt and Creator from sources.

                (Z(:^

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  lsatenstein
                  wrote on last edited by
                  #8

                  I
                  [quote author="IanBorn" date="1356041359"]Thank you. I've found the problem. I used Firefox to download it overnight,. Somehow, it download
                  only 59MB. This is most likely the reason that I could not execute the installation.
                  [/quote]

                  If you have wget on your system I would use it to download the files

                  Right click on the link with firefox and copy the link

                  Switch to your Download directory in terminal mode and

                  enter wget -c

                  Paste your link to the right of the c

                  For example

                  wget -c qt-everywhere.......

                  The -c option allows you to restart a failed download from the last good block. man wget to learn more

                  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