How to install vagrant on ubuntu?

by damian_mills , in category: Installation & Upgrades , a year ago

How to install vagrant on ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by sallie , a year ago

@damian_mills install VirtualBox first by running the following command in the terminal:


1
apt install virtualbox


and then run this command to download the vagrant:

1
wget https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_x86_64.deb


and then you can install vagrant by running:

1
apt install ./vagrant_2.2.19_x86_64.deb