Problem Description:
I am prepare to install VirtualBox 7.2.4 in Ubuntu 24.04. When I read the installation manu, it said it need Qt 6.5.3 or later. So I search Qt in Synaptic, I found there are so many qt6 packages, I don’t know which package is match Qt 6.5.3 or later. Anybody could kindly help me? Please tell me the exact name so I can install it by Synaptic.
My computer is a HP-zbook-Power-16inch-G11-Mobile-workstation.
The upstream version (downloading from Virtualbox .org) is always an option for users who really want the latest features…
…but that’s not recommended for a 2-year-old LTS release. Bolting new software onto an old release is a top cause of version collisions that sometimes break future upgrades. For newer software, consider using a newer release of Ubuntu (which is also fully supported) instead of an older LTS.
We recommend the upstream path only to users with apt troubleshooting experience.
The deb package of Virtualbox 7.2.4 from Virtualbox.org doesn’t depend on any QT libraries. It uses gtk3 and gtk2. The version in 24.04’s Ubuntu repository does use QT, but all required QT libs will be in the archive so you wouldn’t have to worry about getting the latest 6.x versions.
If you decided to install the deb package from virtualbox.org, then I would simply use apt or apt-get. Change to directory where virtualbox-7.2_7.2.4-170995~Ubuntu~noble_amd64.deb is downloaded to (usually ~/Downloads) and from the command-line issue:
The “-s” option tells apt to simulate what would be done rather than performing the action and altering the system. Look the output over and if there aren’t any errors, then run the command again without “-s” to perform the actual install.
Alternately, since Synaptic doesn’t perform package actions on local debs, you can install a package called gdebi that does provide a gui interface to install local stored deb packages. It’ll do dependency checking just like the apt command listed above does and install whatever packages are needed to satisfy a dependency, or give you an error before doing any action.
There are other package management programs available, but between gdebi and synaptic you’re pretty well covered for managing deb packages in a gnome/gtk environment.
Is there any particular reason you need the upstream version which is only a minor version bump over the 7.0.16 that is in the archive for 24.04 and gets regular security updates (which the upstream version will not, you will have to follow some CVE database yourself and take care of replacing the deb manually when security issues occur) ?
I’d really recommend staying with the maintained version unless there is some feature that is hard required by you and that is only in 7.2 …
Hi MesterPerfect, I have finished sept 5, so far it is good, I can see the version in help menu. Now I download extension pack, I double click it. It decompress to a folder with same name. How can I click install botton? Thanks for your patience.