Installing Vagrant on Linux Hosts
To install Vagrant 2.3.1 on Linux you can download one of the binary package installers from here:
Vagrant Binary downloads for Linux
- Vagrant 2.3.1 RPM i686 package
- Vagrant 2.3.1 RPM X86_64 package
- Vagrant 2.3.1 DEB AMD64 package
- Vagrant 2.3.1 DEB i686 package
- Vagrant 2.3.1 ZIP AMD64 package
The other options for installing Vagrant on Linux are to use the Package managers for Linux:
On my particular Linux machine I went with an earlier version of vagrant that came with the Synaptic Package Manager:
$ vagrant --version Vagrant 2.2.6
Related Links: