How to install Vagrant on Mac desktop machine?

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.
  1. Download the latest Vagrant installer.
  2. Open the installer, proceed with Continue and Install prompts to install Vagrant.
  3. Open the terminal and run below command to check Vagrant version.
# Check Vagrant version.
$ vagrant --version

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

    • Related Articles

    • 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 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 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. Download the latest ...
    • 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 VirtualBox on Ubuntu Linux 18.04 desktop machine?

      If you have a host machine that runs Ubuntu Linux operating system, then you need to install VirtualBox to build and run virtual machines. Now, let's see how to do VirtualBox installation on Linux host machine. # Install required system packages. $ ...