how to install Qt6 (latest) for ubuntu 22 (Jammy Fish)
-
Having Qt Creator Bug (see prev post), maybe I use wrong guide to install?
https://www.youtube.com/watch?v=sjApF6qnyUI
it might be bugged
-
solved:
https://web.stanford.edu/dept/cs_edu/resources/qt/install-linux
Ubuntu 22 (Jammy Fish)
Qt 6.4.3
Qt Creator 11.0.2not entirely sure, what really happened to solve my case, but now it seem fine
thanks for replies
how to submit bug?
(if someone is using the guide -> last step Run the Qt installer)
-
@JacobNovitsky tried to do following:
sudo apt install qt6-base-dev
sudo apt install qtcreatorgetting this:
How to upgrade to latest 6.4.2 version (or higher) ?
-
@JacobNovitsky Do you want the latest Qt library (6.5.2) or the latest Qt Creator (11.x)?
Your screen shot is the version details for you Ubuntu-distributed Qt Creator (6.0.2) and its the Qt run time (5.15.3) it is using. The Ubuntu-provided Qt Creator is quite old. This is not directly connected to the version, or versions, of Qt libraries you develop with.
You can get later versions of both, independent of what is in the Ubuntu packages, using the Qt Online Installer.
-
@JacobNovitsky
So far as I know:- If you have done
apt install qt6-base-dev
you have installed the latest available Qt6 pre-compiled for your Ubuntu, whatever version of Qt6 that might be. - If you want another version you need to use Qt online installer to fetch it. And I think you will get sources and have to compile yourself.
- If you have done
-
@JonB If im using wget https://download.qt.io/official_releases/qt/6.4/6.4.0/single/qt-everywhere-src-6.4.0.tar.xz, how to change download mirror to berkley?
-
@JonB said in how to install Qt6 (latest) for ubuntu 22 (Jammy Fish):
If you want another version you need to use Qt online installer to fetch it.
Or, another option, is to use Another Qt installer (aqt), like:
aqt install-qt linux desktop 6.6.0 gcc_64
Tip: I find this webpage very handy for generating the right
aqt
command to install the version and modules I want (I use extensively in CI environments) - that's how I generated the example command above.Cheers.
-
solved:
https://web.stanford.edu/dept/cs_edu/resources/qt/install-linux
Ubuntu 22 (Jammy Fish)
Qt 6.4.3
Qt Creator 11.0.2not entirely sure, what really happened to solve my case, but now it seem fine
thanks for replies
how to submit bug?
(if someone is using the guide -> last step Run the Qt installer)
-
-
@JacobNovitsky ./qt-unified-linux-x64-4.3.0-1-online.run --mirror https://mirrors.ocf.berkeley.edu/qt