Remove VMware-Player



   Step by step how to remove vmware player from Fedora.   The example below show the simple step on how to remove vmware player, the example below remove VMware-Player-3.1.4-385536.i386.bundle from Fedora system

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
remove vmware player
 
 5.  Done...
vmware remove