Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »


https://linuxize.com/post/how-to-install-vagrant-on-centos-7/


install vagrant
sudo yum install   https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_x86_64.rpm   

vagrant --version



https://computingforgeeks.com/using-vagrant-with-libvirt-on-linux/

install plug-ins
sudo gem install nokogiri
vagrant plugin install pkg-config

vagrant plugin install vagrant-libvirt

vagrant plugin list
  • No labels