23 lines
650 B
Plaintext
23 lines
650 B
Plaintext
---
|
|
layout: docs
|
|
page_title: Frequently Asked Questions - VMware Provider
|
|
description: |-
|
|
Frequently asked questions related to using Vagrant with VMware
|
|
Workstation and VMware Fusion
|
|
---
|
|
|
|
# Frequently Asked Questions
|
|
|
|
## Q: How do I upgrade my currently installed Vagrant VMware plugin?
|
|
|
|
You can update the Vagrant VMware plugin to the latest version by re-running the
|
|
install command:
|
|
|
|
```shell-session
|
|
$ vagrant plugin install vagrant-vmware-desktop
|
|
```
|
|
|
|
To upgrade the Vagrant VMware utility, download the latest version from the
|
|
[Vagrant VMware utility downloads page](/vmware/downloads) and install the
|
|
system package to your local system.
|