Uninstalling a VMWare Product on Linux
VMWare is a deep install - means it has many components that interface with the system very closely. So when it comes time to uninstall it, we find ourselves in a flux.
There is a script called vmware-uninstall that you can use which will help you get the job done.
$sudo vmware-uninstall
After we run this script it shows that it's deprecated (in version VMWare Workstation 5.0.1) and you should use vmware-installer --uninstall-product product-name. So we try it.
$sudo vmware-installer --uninstall-product vmware-workstation
where vmware-workstation is the product I have installed here.
Hmmm, this did the job for me, but I remember another time when this failed for me. In such circumstances we can manually uninstall a VMWare Product.
Read on to see the link to the official page and this date's (June 2011) version.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=38
There is a script called vmware-uninstall that you can use which will help you get the job done.
$sudo vmware-uninstall
After we run this script it shows that it's deprecated (in version VMWare Workstation 5.0.1) and you should use vmware-installer --uninstall-product product-name. So we try it.
$sudo vmware-installer --uninstall-product vmware-workstation
where vmware-workstation is the product I have installed here.
Hmmm, this did the job for me, but I remember another time when this failed for me. In such circumstances we can manually uninstall a VMWare Product.
Read on to see the link to the official page and this date's (June 2011) version.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=38
Comments
Post a Comment