Open tbjornli opened 6 years ago
How did you uninstall vagrant-libvirt?
$ vagrant plugin uninstall vagrant-libvirt
Uninstalling the 'vagrant-libvirt' plugin...
The plugin you're attempting to uninstall ('vagrant-libvirt') is a
system plugin. This means that the plugin is part of the installation
of Vagrant. These plugins cannot be removed.
You can however, install a plugin with the same name to replace
these plugins. User-installed plugins take priority over
system-installed plugins.
Updating Vagrant to a newer versions solved my problem.
Here's a related ticket for the vagrant-hostsmanager plugin: https://github.com/devopsgroup-io/vagrant-hostmanager/issues/256#issuecomment-386260691
How did you uninstall vagrant-libvirt?
$ vagrant plugin uninstall vagrant-libvirt Uninstalling the 'vagrant-libvirt' plugin... The plugin you're attempting to uninstall ('vagrant-libvirt') is a system plugin. This means that the plugin is part of the installation of Vagrant. These plugins cannot be removed. You can however, install a plugin with the same name to replace these plugins. User-installed plugins take priority over system-installed plugins.
I uninstalled it with apt (apt-get remove vagrant-libvirt)
Updating Vagrant to a newer versions solved my problem.
Here's a related ticket for the vagrant-hostsmanager plugin: devopsgroup-io/vagrant-hostmanager#256 (comment)
Thanks for the information. I'm using the 2.0.2 available from the repository. I'm guessing this will be solved as soon as 2.0.3 is available through the repo.
On a clean install of Ubuntu 18.04 and Vagrant 2.0.2 installed from repository.
I get this error message when trying to install the plugin
Uninstalling
vagrant-libvirt
(which comes along when vagrant) and then installingvagrant-hostupdater
works fine. It's also no problem installing thevagrant-libvirt
package again afterwards.