In some cases I may need to uninstall VMware Server from my Linux system. I've VMWare server / Workstation software installed under CentOS / RHEL / Fedora Linux. How do I uninstall VMWare under Linux?
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 vmware
Sample output:
VMware-server-2.0.0-122956
Use the following command to uninstall the RPM:
# rpm -e VMware-server-2.0.0-122956
A note about Build Installation
If you installed VMware without the RPM package, uninstall with the script, enter:
# vmware-uninstall.pl
Above command should work under any Linux distribution.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop












{ 5 comments… read them below or add one }
This do NOT remove all vmware files.
~# vmware-uninstall.pl
Uninstalling the tar installation of VMware Server.
[../..]
The removal of VMware Server 2.0.1 build-156745 for Linux completed
successfully. Thank you for having tried this software.
~# du -hs /usr/lib/vmware*
145M /usr/lib/vmware
41M /usr/lib/vmware-installer
38M /usr/lib/vmware-vix
What can I do to trule remove all vmware?
This remove some more files and configurations:
~# vmware-installer –list-products
====================== ====================
vmware-workstation 7.0.0.203739
~# vmware-installer –uninstall-product vmware-workstation
thanks man..it works
The perl script is deprecated. But the vmware-installer works fine. Just type vmware-installer and you get a list of options.
“vmware-installer -l” will list the products so you know what to uninstall.
Note: the “vmware-installer –uninstall-product” command above should have a double hyphen before the word uninstall. (probably changed by some helpful software)
i was using vnware workstation 4. now it stops working. i have uninstalled the vmware workstation but it is not being done…… it come up with error msi failing……
now tell me what to do??????? help plzzzzzzzzzzzzz :(