OPERATING SYSTEMSOS Linux

How to Install Vagrant on Ubuntu 20.04

Install Vagrant and Virtualbox on Ubuntu.

TL;DR
$ sudo apt update
$ sudo apt install virtualbox
$ curl -O https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.deb
$ sudo apt install ./vagrant_2.2.14_x86_64.deb
$ vagrant –version

► Social Media

https://github.com/another-coder4life
https://www.instagram.com/coder4.life
https://www.facebook.com/coder4.life.code

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *