Fanoy Asked: 2012-06-15 21:45:17 +0800 CST2012-06-15 21:45:17 +0800 CST 2012-06-15 21:45:17 +0800 CST How to uninstall VMware Player? 772 I want to uninstall VMware Player on my Ubuntu 12.04 LTS system. How should I uninstall it? vmware-player 7 Answers Voted Best Answer upapilot 2012-06-15T21:49:39+08:002012-06-15T21:49:39+08:00 sudo vmware-installer -u vmware-player This issue has been discussed previously over here: http://ubuntuforums.org/showthread.php?t=1364485 Paramananda 2014-05-23T22:38:56+08:002014-05-23T22:38:56+08:00 sudo vmware-installer -u vmware-workstation Used to uninstall complete vmware-workstation package including vmware-player. Lorenzo Lerate 2015-05-21T13:51:00+08:002015-05-21T13:51:00+08:00 sudo vmware-installer -l sudo vmware-installer -u PRODUCT-NAME With the first command, you can see what products you have. With the second, you can choose which product to uninstall. For instance, to uninstall VMware Player, please enter this in a terminal window: sudo vmware-installer -u vmware-player Angelos Georgalas 2017-05-20T11:41:22+08:002017-05-20T11:41:22+08:00 I had to change the command line Lorenzo Lerate provided to make it work for me for version 12.5.6: sudo vmware-installer -u vmware-player Billal Begueradj 2017-12-14T02:13:13+08:002017-12-14T02:13:13+08:00 The official documentation states you have to run this: sudo vmware-installer -u vmware-workstation Pranav 2022-08-18T23:01:43+08:002022-08-18T23:01:43+08:00 sudo vmware-installer -u vmware-workstation According to official documentation which mentions "Uninstall Workstation Pro from a Linux Host" You might also have to want to uninstall a package named open-vm-tool separately. Jagadeesh 2022-09-03T08:18:19+08:002022-09-03T08:18:19+08:00 Uninstalling VMware in linux machine Use command with root permission to uninstall sudo vmware-installer -u vmware-player if you removed some files before using above command the command will not work properly For this issue: Reinstall VMware workstation again sudo ./VMware-Player-Full-16.2.4-20089737.x86_64.bundle and use this command again :) sudo vmware-installer -u vmware-player
This issue has been discussed previously over here: http://ubuntuforums.org/showthread.php?t=1364485
Used to uninstall complete vmware-workstation package including vmware-player.
With the first command, you can see what products you have. With the second, you can choose which product to uninstall. For instance, to uninstall VMware Player, please enter this in a terminal window:
I had to change the command line Lorenzo Lerate provided to make it work for me for version 12.5.6:
The official documentation states you have to run this:
According to official documentation which mentions "Uninstall Workstation Pro from a Linux Host"
You might also have to want to uninstall a package named
open-vm-tool
separately.Uninstalling VMware in linux machine
Use command with root permission to uninstall
if you removed some files before using above command the command will not work properly
For this issue: Reinstall VMware workstation again
and use this command again :)