Created
December 23, 2016 20:56
-
-
Save TomSchober/520517cec8dd4e61b5d992a45f61c038 to your computer and use it in GitHub Desktop.
Ubuntu Install VirtualBox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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