Инсталляция Vargant в Ubuntu 20.04.1
Делаю
21.09.2021
DOWNLOAD VAGRANT:
https://www.vagrantup.com/downloads.html
Инсталляция Vagrant
$ cd /tmp
$ wget https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_x86_64.deb
$ sudo dpkg -i vagrant_2.2.18_x86_64.deb
$ vagrant -v
Vagrant 2.2.18
Работа с plugin в Vagrant
$ vagrant plugin update
$ vagrant plugin list
Удалить Vagrant
$ sudo apt remove -y vagrant