How to install Vagrant on Windows 10/11 desktop machine?

How to install Vagrant on Windows 10/11 desktop machine?

    If you have a host machine that runs Windows 10 or Windows 11 operating system, then you need to install Vagrant to automate and manage virtual machines. Now, let's see how to do Vagrant installation on Windows host machine.
  1. Download the latest Vagrant installer.
  2. Open the installer, proceed with Next and Finish prompts to install Vagrant.
  3. Open the Git Bash terminal and run below command to check Vagrant version.
# Check Vagrant version.
$ vagrant --version

# Install VirtualBox guest additions plugin for Vagrant.
$ vagrant plugin install vagrant-vbguest --plugin-version 0.24.0

    • Related Articles

    • How to install VirtualBox on Windows 10/11 desktop machine?

      Install VirtualBox on Windows operating system If you have a host machine that runs Windows 10 or Windows 11 operating system, then you need to install VirtualBox to build and run virtual machines. Now, let's see how to do VirtualBox installation on ...
    • How to install Vagrant on Ubuntu Linux 18.04 desktop machine?

      If you have a host machine that runs Ubuntu Linux operating system, then you need to install Vagrant to automate and manage virtual machines. Now, let's see how to do Vagrant installation on Linux host machine. # Download Vagrant. $ wget ...
    • How to install Vagrant on Mac desktop machine?

      If you have a host machine that runs Mac operating system, then you need to install Vagrant to automate and manage virtual machines. Now, let's see how to do Vagrant installation on Mac host machine. Download the latest Vagrant installer. Open the ...
    • How to install VirtualBox on Mac desktop machine?

      Install VirtualBox on Mac operating system If you have a host machine that runs Mac operating system, then you need to install VirtualBox to build and run virtual machines. Now, let's see how to do VirtualBox installation on Mac host machine. ...
    • How to install & configure Git Bash on Windows 10/11 desktop machine?

      If you have a host machine that runs Windows 10 or Windows 11 operating system, then you need to install Git Bash to run simple Linux commands. Now, let's see how to do Git Bash installation on Windows host machine. Download the latest Git Bash ...