Install Qt for Ubuntu from command line
-
wrote on 20 Apr 2023, 21:57 last edited by qcoderpro
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.runBut 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
-
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.runBut 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
wrote on 20 Apr 2023, 22:28 last edited by@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..
-
@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..
Or use the aqtinstall project.
1/3