To uninstall the VMWare Software from a Linux System is quite easy. VMWware comes with a pearl script for this. Just open a console and change to user root.
localhost:/# su
localhost:/# vmware-uninstall.pl
Or directly by the sudo command:
localhost:/# sudo vmware-uninstall.pl
Don’t forget to delete your images from disk if you want to. Typically the images will be stored in /var/lib






