Skip to content
Home

Vagrant (2021)

How to download in Windows

This is pretty straight forward. Just navigate to the following link https://developer.hashicorp.com/vagrant/install

Select the installer from windows option. And from there it is pretty much straight forward

How to download in Ubuntu (Linux)

Below you will find the instructions for Ubuntu

  1. Install the virtualbox package

    Terminal window
    sudo apt install virtualbox
  2. Download *.deb

    Save the *.deb file from the link https://developer.hashicorp.com/vagrant/install

  3. Update the apt-repository

    Terminal window
    sudo apt update
  4. Install the downloaded *.deb file (sample file for version 2.4.1)

    Terminal window
    sudo apt install vagrant_2.4.1-1_i686.deb
  5. Check if vagrant is installed in the OS

    Terminal window
    vagrant version