Sunday, December 25, 2022

Install VirtualBox 7.0.4 on Linux Mint 21.1 Vera

Install VirtualBox 7.0.4 on Linux Mint 21.1 Vera

▣ Download VirtualBox 7.0.4 from www.virtualbox.org, select Ubuntu 22.04.
▣ Once download is complete, open a terminal and run the following:
$: cd Downloads/
$: sudo dpkg -i virtualbox-7.0_7.0.4-154605~Ubuntu~jammy_amd64.deb
$: sudo apt -f install
$: sudo usermod -a -G vboxusers timus
Replace timus with the current user

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...