medmouine/vagrant-k3s-HA-cluster

Fail to lauch vagrant on Linux (Pop-Os) - Vagrant fails to call VBoxManage

Closed this issue · 1 comments

After installing vagrant with arkade, I was unable to lauch it and got the same error as here.

I had to remove the files and then, install vagrant like presented in the Vagrant Doc as follow:

curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install vagrant

Closed for duplication.

Checkout this issue for follow up.