Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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

...

Code Block
titleinstall 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/


Code Block
titleinstall plug-ins
sudo gem install nokogiri
vagrant plugin install pkg-config

vagrant plugin install vagrant-libvirt

vagrant plugin list

...