@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 |