Installing
-
2. Downloading
Download Vagrant for Solus
-
3. Extracting
Then to Extract Vagrant Archive
Simply Double-Click on Desktop:
Or from Shell:unzip -d /tmp/ ~/Downloads/vagrant*.zip
-
4. Installing
Then to Install Vagrant on Solus
First, Set the SuperUser as Owner with:sudo chown root:root /tmp/vagrant
Next Relocate it:
sudo mv /tmp/vagrant /usr/local/bin/
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