How can i install QT 5.12 /QT 5.11 on my ubuntu16.04 using 'apt-get install' command?
-
Here is the wiki guide https://wiki.qt.io/Install_Qt_5_on_Ubuntu
Here is Qt Official doc http://doc.qt.io/qt-5/linux.html -
Here is the wiki guide https://wiki.qt.io/Install_Qt_5_on_Ubuntu
Here is Qt Official doc http://doc.qt.io/qt-5/linux.html -
@divaindie said in How can i install QT 5.12 /QT 5.11 on my ubuntu16.04 using 'apt-get install' command?:
is there any ppa by which i can install qt
I am not sure about it.
I prefer downloading Qt and then install as it contains all necessary components/tools .
-
@divaindie
So far as I am aware, you can only useapt-get install
for whatever version of Qt was released at the time of the OS, which was certainly not yet 5.11 for 16.04. For a newer version in an older OS you do the install from Qt instead. -
Hi,
If you want to find a recent
ppa
for Qt 5 you should rather content the folks at Ubuntu directly and/or search https://launchpad.net/ -