Ubuntu: How to uninstall VMWare Player or VMWare Workstation

Ubuntu: How to uninstall VMWare Player
Trivial task and it took me to Google the right page (but I hope its getting better now with the right trackbacks)
http://ubuntuforums.org/showthread.php?t=1364485
the program is located under
/usr/bin/vmware-installer
Examples and usage:
Be aware that you need to be root to execute all those commands so you either su – to root or use the sudo in front of each command.
Show what is currently installed (list products):
# sudo /usr/bin/vmware-installer -l
Product Name Product Version
========================================
vmware-workstation 8.0.2.591240
Uninstall a Product
# sudo /usr/bin/vmware-installer -u vmware-workstation
The gui opens and gone is Vmware.
Alternative: