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/”.