Skip to content

Instantly share code, notes, and snippets.

@yilas
Created April 9, 2021 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yilas/d6f0e29330143c549e0b60a76d650617 to your computer and use it in GitHub Desktop.
Save yilas/d6f0e29330143c549e0b60a76d650617 to your computer and use it in GitHub Desktop.
Installation of Vagrant With Libvirt KVM Provider
sudo dnf install gcc libvirt libvirt-devel libxml2-devel make ruby-devel
CONFIGURE_ARGS="with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib64" vagrant plugin install vagrant-libvirt
CONFIGURE_ARGS="with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib64" vagrant plugin install vagrant-mutate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment