How to Install vagrant in Ubuntu 18.04



Install vagrant by entering the following commands in the terminal:

sudo apt update
sudo apt install vagrant

Description:

Tool for building and distributing virtualized development environments

This package provides the tools to create and configure lightweight, reproducible, and portable virtual environments. . Vagrant uses Oracle’s VirtualBox to create its virtual machines and then uses Chef or Puppet to provision them.

Homepage: http://vagrantup.com/

Version: 2.0.2+dfsg-2ubuntu8

Section: universe/admin