Skip to content

Instantly share code, notes, and snippets.

@TomSchober
Created December 23, 2016 20:56
Show Gist options
  • Save TomSchober/520517cec8dd4e61b5d992a45f61c038 to your computer and use it in GitHub Desktop.
Save TomSchober/520517cec8dd4e61b5d992a45f61c038 to your computer and use it in GitHub Desktop.
Ubuntu Install VirtualBox
sudo apt remove virtualbox virtualbox-5.0 virtualbox-4.*
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list'
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
sudo apt update
sudo apt install virtualbox-5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment