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 Qt for Ubuntu from command line
Forum Updated to NodeBB v4.3 + New Features

Install Qt for Ubuntu from command line

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 419 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.
  • Q Offline
    Q Offline
    qcoderpro
    wrote on 20 Apr 2023, 21:57 last edited by qcoderpro
    #1

    Hi,

    I've downloaded the online installer then from the downloads folder opened Terminal and then:
    1- chmod +x qt-unified-linux-x64-4.5.2-online.run
    2- ./qt-unified-linux-x64-4.5.2-online.run

    But I get this error: ./qt-unified-linux-x64-4.5.2-online.run: error while loading shared libraries: libxcb-xinerama.so.0: cannot open shared object file: No such file or directory

    C 1 Reply Last reply 20 Apr 2023, 22:28
    0
    • Q qcoderpro
      20 Apr 2023, 21:57

      Hi,

      I've downloaded the online installer then from the downloads folder opened Terminal and then:
      1- chmod +x qt-unified-linux-x64-4.5.2-online.run
      2- ./qt-unified-linux-x64-4.5.2-online.run

      But I get this error: ./qt-unified-linux-x64-4.5.2-online.run: error while loading shared libraries: libxcb-xinerama.so.0: cannot open shared object file: No such file or directory

      C Offline
      C Offline
      ChrisW67
      wrote on 20 Apr 2023, 22:28 last edited by
      #2

      @qcoderpro The installer has a GUI and needs X11. Install the library package libxcb-xinerama0 to get past that particular error: there may be further, similar errors..

      S 1 Reply Last reply 21 Apr 2023, 19:26
      2
      • C ChrisW67
        20 Apr 2023, 22:28

        @qcoderpro The installer has a GUI and needs X11. Install the library package libxcb-xinerama0 to get past that particular error: there may be further, similar errors..

        S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 21 Apr 2023, 19:26 last edited by
        #3

        Or use the aqtinstall project.

        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

        1/3

        20 Apr 2023, 21:57

        • Login

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