Add libvirt-dev to Ubuntu install (#1676)

Installation of vagrant-libvirt requires the libvirt-dev package.
This commit is contained in:
David Davis
2022-11-21 06:15:24 -05:00
committed by GitHub
parent 0363459bec
commit 451c6f6c53

View File

@@ -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
```