Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hansnase/4189d4334ed6ca2b3313c0d20b7717f0 to your computer and use it in GitHub Desktop.
Save hansnase/4189d4334ed6ca2b3313c0d20b7717f0 to your computer and use it in GitHub Desktop.

Install virtualbox 5.1 on debian stretch

cd
echo "deb http://download.virtualbox.org/virtualbox/debian stretch contrib" > /etc/apt/sources.list.d/virtualbox.list
wget https://www.virtualbox.org/download/oracle_vbox_2016.asc
sudo apt-key add oracle_vbox_2016.asc
sudo apt-get update
sudo apt-get install virtualbox-5.1

# download VM VirtualBox Extension Pack and mount in guest system

# in guest system
apt-get install build-essential
apt-get install linux-headers-$(uname -r);
sh /media/cdrom0/VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment