How to uninstall VMware Workstation 8 Trial?

I downloaded VMware Workstation 8 trial and need to remove it completely. When I try to:

sudo vmware-installer -u vmware-workstation

It returns:

sudo: vmware-installer: command not found

I still have the trial bundle. So how can I remove VMware Workstation?

1 Answer

Long form:

sudo /usr/lib/vmware-installer --uninstall-product PRODUCT

Short form:

sudo /usr/lib/vmware-installer -u PRODUCT

For a list of which products are installed, you may run:

/usr/lib/vmware-installer --list-products

or:

/usr/lib/vmware-installer -l
0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like