Step-by-step – Vagrant Installation in Ubuntu 20.04 Guide

December 7, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Vagrant

    Download Vagrant for Ubuntu

    Latest Vagrant .deb 64-bit
  2. 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


QuickChic Theme • Powered by WordPress