VirtualBox installing Ubuntu 18.04/20.04
1 minute read
VirtualBox installing Ubuntu 18.04/20.04
https://www.virtualbox.org/wiki/Linux_Downloads/
Ubuntu 19.10 / 20.04 / 20.10 / 21.04 Ubuntu 18.04 / 18.10 / 19.04
wget https://download.virtualbox.org/virtualbox/6.1.22/virtualbox-6.1_6.1.22-144080~Ubuntu~eoan_amd64.deb
sudo dpkg -i virtualbox-6.1_6.1.22-144080~Ubuntu~eoan_amd64.deb
sudo apt install -f
sudo /sbin/vboxconfig
sudo usermod -a -G vboxusers $USER
This download it, installs it, fixes dependencies, installs kernel drivers (DKMS) and finally adds our user to vboxusers
group for USB support etc.
https://www.virtualbox.org/wiki/Downloads/
Oracle VM VirtualBox Extension Pack All supported platforms
Download, double click and install.
I feedback.
Let me know what you think of this article on twitter @M3PGS or leave a comment below!
Let me know what you think of this article on twitter @M3PGS or leave a comment below!
comments powered by Disqus