All HowTo's Linux Redhat, Fedora and CentOS Linux Virtualization

Install Vagrant on CentOS 7 and RHEL

This article demonstrates how to install Vagrant on CentOS 7 and RHEL.

Note that as of recently, Vagrant is installed differently. Download it for your OS here “https://www.vagrantup.com/downloads.html”. The following is only if you want to do it the old way.

sudo yum install ruby
sudo gem install vagrant

Find where Vagrant is installed:

which vagrant

And now test Vagrant:

vagrant up

This information was gathered in part from “https://www.godaddy.com/garage/tech/config/install-vagrant-centos7/”.

Leave a Reply

Your email address will not be published. Required fields are marked *