VMware Server (GSX Server) is an entry-level server virtualization software suite. VMWare can be uninstalled using rpm command or special uninstaller script.
VMware Installation Procedure
You can easily uninstall VMWare server software under CentOS / RHEL / Fedora Linux. First, find out VMWare server rpm file name. Type the following command:# rpm -qf /usr/bin/vmware OR
# rpm -qa | grep -i vmwareSample output:
VMware-server-2.0.0-122956Use the following command to uninstall the RPM:
# rpm -e VMware-server-2.0.0-122956A note about Build Installation
If you installed VMware without the RPM package, uninstall with the script, enter:# vmware-uninstall.plAbove command should work under any Linux distribution.
No comments:
Post a Comment