Skip to content

Instantly share code, notes, and snippets.

@zinking
Created July 16, 2015 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinking/9aae728f4a7f61652f2b to your computer and use it in GitHub Desktop.
Save zinking/9aae728f4a7f61652f2b to your computer and use it in GitHub Desktop.
apt-cache search virtualbox
sudo aptitude install virtualbox-ose-dkms
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb (#https://www.vagrantup.com/download-archive/v1.7.2.html)
dpkg -i vagrant_1.7.2_x86_64.deb
sudo dpkg -i vagrant_1.7.2_x86_64.deb
sudo apt-get install linux-headers-$(uname -r)
sudo dpkg-reconfigure virtualbox-ose-dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment