Installing
-
2. Downloading
Download Vagrant for Elementary OS
-
3. Installing
Then to Install Vagrant on Elementary OS
First, Access the Target Location:cd ~/Downloads
To Check the Package is there:
ls | grep vagrant
(But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
Now to Setup it Run:sudo gdebi ./vagrant*.deb
Finally, Test Vagrant Installation:
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