Created
June 12, 2021 20:04
-
-
Save phanthaihuan/c417a0f4ba23b4d8a50cc633d999063d to your computer and use it in GitHub Desktop.
Fix vagrant cannot install plugin on Ubuntu 1804
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
vagrant plugin install libvirt
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
export VAGRANT_DEFAULT_PROVIDER=libvirt