Skip to content

Instantly share code, notes, and snippets.

@hawkup
Last active August 29, 2015 14:19
Show Gist options
  • Save hawkup/d21d8f2b6d12b61b166f to your computer and use it in GitHub Desktop.
Save hawkup/d21d8f2b6d12b61b166f to your computer and use it in GitHub Desktop.
Installing Vagrant on Ubuntu 14.04
  • uninstall older vagrant
sudo rm -rf /opt/vagrant
sudo rm -rf /usr/bin/vagrant
sudo rm -rf ~/.vagrant.d
  • install VirtualBox
sudo apt-get install virtualbox
  • install Vagrant
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb
sudo dpkg -i vagrant_1.7.2_x86_64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment