Calculate Document
Installation

Installation

If you are upgrade from the Vagrant VMware Workstation or vagrant VMware fusion plugin , please halt or destroy all VMware vm currently being ma

Related articles

Python Release Python 3.11.4 Configuring Multiple VPN Clients to a Cisco VPN 3000 Concentrator Using NAT-Traversal Developing cloud-native apps with .NET Aspire and Visual Studio Best Android VPN app in 2024: Picked By Experts How to Change your IP Address in 3 Different Ways

If you are upgrade from the Vagrant VMware Workstation or vagrant
VMware fusion plugin , please halt or destroy all VMware vm currently
being manage by vagrant . Then continue with the instruction below .

Installation of the Vagrant VMware provider requires two steps. First the
Vagrant VMware Utility must be installed. This can be done by downloading
and installing the correct system package from the Vagrant VMware Utility
downloads page.

Next, install the Vagrant VMware provider plugin using the standard plugin
installation procedure:

$ vagrant plugin install vagrant-vmware-desktop

For more information on plugin installation, please see the
Vagrant plugin usage documentation.

It is extremely important that the VMware plugin is upgraded to 1.0.0 or
above. This release resolved critical security vulnerabilities. To learn more,
please read our release announcement.

After upgrading, please verify that the following paths are empty. The upgrade
process should remove these for you, but for security reasons it is important
to double check. If you’re a new user or installing the VMware provider on a
new machine, you may skip this step. If you’re a Windows user, you may skip this
step as well.

The path ~/.vagrant.d / gems/*/vagrant - vmware- {fusion , workstation }
should no longer exist. The gem vagrant-vmware-desktop may exist since this
is the name of the new plugin. If the old directories exist, remove them. An
example for a Unix-like shell is shown below:

# Check if they exist  and verify  that they're the correct paths as shown below.
$ ls ~/.vagrant.d / gems/*/vagrant - vmware- {fusion , workstation }
...

#  remove them
$  rm -rf~/.vagrant.d / gems/*/vagrant - vmware- {fusion , workstation }

The Vagrant VMware Desktop plugin can be updated directly from Vagrant. Run the
following command to update Vagrant to the latest version of the Vagrant VMware
Desktop plugin:

$ vagrant plugin update vagrant-vmware-desktop