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. .run file not running in Ubuntu

.run file not running in Ubuntu

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 1.1k 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
    IknowQT
    wrote on 25 Oct 2021, 05:53 last edited by IknowQT
    #1

    972396a3-f8cd-46a5-9537-3d8a85fa74f0-image.png

    run file, but I get a format error.
    Permissions are also granted.
    If installing with the command, how can I upgrade the qt version or install only a specific version?

    J 1 Reply Last reply 25 Oct 2021, 05:57
    0
    • I IknowQT
      25 Oct 2021, 05:53

      972396a3-f8cd-46a5-9537-3d8a85fa74f0-image.png

      run file, but I get a format error.
      Permissions are also granted.
      If installing with the command, how can I upgrade the qt version or install only a specific version?

      J Online
      J Online
      jsulm
      Lifetime Qt Champion
      wrote on 25 Oct 2021, 05:57 last edited by
      #2

      @IknowQT You should translate the message you get when you're trying to execute.
      What does it say?

      It looks like you're trying to execute a x86_64 binary on ARM which, of course, can't work.
      There is no official Qt installer for ARM!
      Either use Qt from Ubuntu (install it using apt), or build Qt by yourself.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      I 1 Reply Last reply 25 Oct 2021, 06:10
      2
      • J jsulm
        25 Oct 2021, 05:57

        @IknowQT You should translate the message you get when you're trying to execute.
        What does it say?

        It looks like you're trying to execute a x86_64 binary on ARM which, of course, can't work.
        There is no official Qt installer for ARM!
        Either use Qt from Ubuntu (install it using apt), or build Qt by yourself.

        I Offline
        I Offline
        IknowQT
        wrote on 25 Oct 2021, 06:10 last edited by IknowQT
        #3

        @jsulm

        Run install qtcreator in the terminal to install and run.
        The problem is that it is difficult to install with a specific version.

        The version I want to install is version 5.15.2, is it possible to install additionally by upgrading or using the qt maintance tool?

        4e5b8b21-9d85-4a4e-b474-07de78739d57-image.png

        J 1 Reply Last reply 25 Oct 2021, 06:12
        0
        • I IknowQT
          25 Oct 2021, 06:10

          @jsulm

          Run install qtcreator in the terminal to install and run.
          The problem is that it is difficult to install with a specific version.

          The version I want to install is version 5.15.2, is it possible to install additionally by upgrading or using the qt maintance tool?

          4e5b8b21-9d85-4a4e-b474-07de78739d57-image.png

          J Online
          J Online
          jsulm
          Lifetime Qt Champion
          wrote on 25 Oct 2021, 06:12 last edited by
          #4

          @IknowQT Please read my post once more and answer the questions...

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • C Offline
            C Offline
            ChrisW67
            wrote on 25 Oct 2021, 06:30 last edited by
            #5

            The Korean error message "Exec 형식 오류" is "Exec format error" in English. This is exactly what you would expect trying to run a X86 or X86_64 binary on an ARM64 architecture machine. This is a rehash of @IknowQT's earlier posts on the same/similar topics.

            As far as I can tell, Qt 5.12.8 is the latest Canonical-published Qt version for ARM64. There may be a PPA somewhere that offers later versions. It is clearly possible to build Qt libraries for ARM64 but before going down that path understand why the need for that specific later version. Is there a particular bug in 5.12.8 that absolutely must be fixed?

            1 Reply Last reply
            2

            4/5

            25 Oct 2021, 06:12

            • Login

            • Login or register to search.
            4 out of 5
            • First post
              4/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved