Contents
Previous Next
Uninstalling VMware Workstation 5 on a Linux Host
Uninstalling an RPM Installation of Workstation
If you used the RPM installer to install VMware Workstation, remove the software from your system by running
rpm -e VMwareWorkstation<xxxx>
Where <xxxx> is a series of numbers representing the version and build. If you have VMware Workstation properly installed, you can find the VMware Workstation build number by running
rpm -qa | grep VM
Uninstalling a tar Installation of Workstation
If you used the tar installer to install VMware Workstation, remove the software from your system by running
vmware-uninstall.pl
Previous Next