Installing Vagrant is easy thanks to the provided RPMs.
Download RPM
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.2_x86_64.rpm -O vagrant_1.4.2_x86_64.rpm
Install it
sudo rpm -i vagrant_1.4.2_x86_64.rpm
That’s it! Let’s check to make sure Vagrant works:
vagrant -v
Vagrant 1.4.2
If you want the latest version, go to the Downloads page at Vagrantup.com and find the latest version download link.
Download it in the first step instead – installing works the same.