Remove vmware player step:
1. Open x terminal, and execute su - command to enable you to remove install software from the system...
[jason@localhost ~]$ su -
Password: <-- type in root password here and hit enter key
[root@localhost ~]#
2. Find and locate the vmware-installer by using find command as on example below
[root@localhost Downloads]# find / -name vmware-installer
/usr/bin/vmware-installer
/usr/lib/vmware-installer
/usr/lib/vmware-installer/1.1/vmware-installer
^C
[root@localhost Downloads]#
3. Then execute vmware-installer with -u option to start uninstall vmware player.
[root@localhost Downloads]# /usr/bin/vmware-installer -u vmware-player
[root@localhost Downloads]#
4. The vmware uninstaller interface
5. Done...