Skip to content

Instantly share code, notes, and snippets.

@rusllonrails
Created April 17, 2014 11:27
Show Gist options
  • Save rusllonrails/10975653 to your computer and use it in GitHub Desktop.
Save rusllonrails/10975653 to your computer and use it in GitHub Desktop.
Vagrant full uninstall
sudo apt-get remove --auto-remove vagrant
sudo apt-get purge --auto-remove vagrant
sudo rm -rf /opt/vagrant
sudo rm -rf /usr/bin/vagrant
sudo rm -rf ~/.vagrant.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment