Skip to content

Instantly share code, notes, and snippets.

@phanthaihuan
Created June 12, 2021 20:04
Show Gist options
  • Save phanthaihuan/c417a0f4ba23b4d8a50cc633d999063d to your computer and use it in GitHub Desktop.
Save phanthaihuan/c417a0f4ba23b4d8a50cc633d999063d to your computer and use it in GitHub Desktop.
Fix vagrant cannot install plugin on Ubuntu 1804
wget -c https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.3_x86_64.deb
sudo dpkg -i vagrant_2.0.3_x86_64.deb
@phanthaihuan
Copy link
Author

export VAGRANT_DEFAULT_PROVIDER=libvirt

@phanthaihuan
Copy link
Author

vagrant plugin install libvirt

@phanthaihuan
Copy link
Author

wget -c https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_x86_64.deb
sudo dpkg -i vagrant_2.2.16_x86_64.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment