mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Add libvirt-dev to Ubuntu install (#1676)
Installation of vagrant-libvirt requires the libvirt-dev package.
This commit is contained in:
@@ -166,7 +166,7 @@ You may need to modify your `sources.list` to uncomment the deb-src entries wher
|
||||
```shell
|
||||
sudo apt-get purge vagrant-libvirt
|
||||
sudo apt-mark hold vagrant-libvirt
|
||||
sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools
|
||||
sudo apt-get install -y qemu libvirt-daemon-system libvirt-dev ebtables libguestfs-tools
|
||||
sudo apt-get install -y vagrant ruby-fog-libvirt
|
||||
vagrant plugin install vagrant-libvirt
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user