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:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...