Vagrant

Install

From source

Release
  • Add hashicorp repository
dnf config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
  • Installing package
dnf install vagrant
Old way
sudo yum install -y yum-utils
  • Add hashicorp repository
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
  • Installing package
sudo yum -y install vagrant

ref:


vagrant init hashicorp/bionic64

Note

A Vagrantfile has been placed in this directory.
You are now ready to vagrant up your first virtual environment!
Please read the comments in the Vagrantfile as well as documentation on vagrantup.com for more information on using Vagrant.

Last updated on