I downloaded VMware Workstation 8 trial and need to remove it completely. When I try to:
sudo vmware-installer -u vmware-workstationIt returns:
sudo: vmware-installer: command not foundI still have the trial bundle. So how can I remove VMware Workstation?
1 Answer
Long form:
sudo /usr/lib/vmware-installer --uninstall-product PRODUCTShort form:
sudo /usr/lib/vmware-installer -u PRODUCTFor a list of which products are installed, you may run:
/usr/lib/vmware-installer --list-productsor:
/usr/lib/vmware-installer -l 0