inharest / hello-world

Just another repository
0 stars 0 forks source link

How to install Oracle VM VirtualBox? #8

Open inharest opened 7 years ago

inharest commented 7 years ago

Debian-based Linux distributions

Intall

Setup key with:

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Setup repository with:

sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian xenial contrib"

Setup package with:

sudo apt-get update
sudo apt-get install virtualbox-5.1

Manage

VBoxManage modifyhd <file path or uuid> --resize <size in MB>

References

Download VirtualBox for Linux Hosts How to resize a Virtual Drive