Uninstalling VMware Workstation on a Linux Host.
Usually problem occurs when VMware is removed manually from Linux server. The easiest way to get it removed is by using the script or Redhat packet manager.
If you used the RPM installer to install VMware Workstation, remove the software from your system by running
If you cant find the package try
rpm -qa | grep VMware*
It will list the installed VMware package. Then perform
rpm -e package_name
If you used the source to install VMware Workstation, remove the software from your system by running
vmware-uninstall.pl
Leave a Reply
You must be logged in to post a comment.