Vagrant Installation in Arch Linux

August 2, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download Vagrant for Arch Linux

    Latest Vagrant .zip 32/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
  3. 4. Installing

    Then to Install Vagrant on Arch Linux
    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


QuickChic Theme • Powered by WordPress