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. Encountering error: /qt-unified-linux-x86-2.0.5-2-online.run: No such file or directory
Forum Updated to NodeBB v4.3 + New Features

Encountering error: /qt-unified-linux-x86-2.0.5-2-online.run: No such file or directory

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 1.3k Views 2 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.
  • I Offline
    I Offline
    Inventer
    wrote on last edited by
    #1

    I am using Ubuntu x86_64 i already installed qt x64 in my Ubuntu . i want build x86 binaries then i downloaded qt-unified-linux-x86-2.0.5-2-online.run from the qt website when ever i run this using terminal it always showing error: /qt-unified-linux-x86-2.0.5-2-online.run: No such file or directory i want to build binaries for x86_64 and x86 in Ubuntu using Qt help me thanks in advance

    A 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you check that the file as execution permission ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • I Inventer

        I am using Ubuntu x86_64 i already installed qt x64 in my Ubuntu . i want build x86 binaries then i downloaded qt-unified-linux-x86-2.0.5-2-online.run from the qt website when ever i run this using terminal it always showing error: /qt-unified-linux-x86-2.0.5-2-online.run: No such file or directory i want to build binaries for x86_64 and x86 in Ubuntu using Qt help me thanks in advance

        A Offline
        A Offline
        ambershark
        wrote on last edited by ambershark
        #3

        @Inventer 2 things, #1 you listed your run line as /qt-unified-linux-x86-2.0.5-2-online.run which means you would have the .run file in your root path /. That would be unlikely. So I think you missed the dot. I.e. executing from the current directory would be ./qt-unified-linux-x86-2.0.5-2-online.run.

        #2 is what @SGaist said. Make sure you have permissions. Do chmod 755 qt-unified-linux-x86-2.0.5-2-online.run before you run it to make sure it has execute permissions.

        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

        1 Reply Last reply
        1

        • Login

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