Installing
-
2. Downloading Vagrant
Download Vagrant for Ubuntu
-
3. Installing Vagrant
Then to Install Vagrant on Ubuntu
First, access the Target Location usually with:cd ~/Downloads
To Check the Package is there:
ls | grep vagrant
The grep Command refine the output List showing only the entries Matching the Keyword.
But if you are in Trouble to Find it Out on Terminal See: How to Access Downloads Folder from Browser.
Now to Setup it Run:sudo apt install ./vagrant*.deb
Finally, to Test Vagrant:
vagrant -h
And in case of Vagrant Help Ruby Gems Issue then you may try to Fix it with:
sudo vagrant plugin install vagrant-share --plugin-version 1.1.8
Contents