Vagrant Installation in Manjaro

April 7, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download Vagrant for Manjaro

    Latest Vagrant .zip 64-bit
  2. 3. Extracting

    Then to Extract Vagrant Archive
    Simply Double-Click on Desktop:

    Extaction
    Or from Shell:

    unzip -d /tmp/ ~/Downloads/vagrant*.zip

    (But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)

  3. 4. Installing

    Then to Install Vagrant on Manjaro
    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 Fix it with:

    sudo vagrant plugin install vagrant-share 
    --plugin-version 1.1.8


Contents


QuickChic Theme • Powered by WordPress