55

After an update, I can no longer run VMWare Workstation, it fails to open. Trying to install it fails on the virtual network, the patch no longer works.

How do I uninstall it completely so I can attempt a fresh reinstall?

Braiam
  • 67,791
  • 32
  • 179
  • 269
pst007x
  • 8,052

1 Answers1

111

VMWare Workstation doesn't ship in a deb, so it isn't registered in dpkg (which is why you can't find it in the software center). It does have an install and uninstall utility though.

To uninstall VMWare Workstation, you will need to run:

sudo vmware-installer --uninstall-product vmware-workstation  

If you just run:

vmware-installer

by itself, it will print all the options you have available. If you run:

vmware-installer -l

It will print a list of all VMWare products you have installed.

Similarly, to uninstall VMWare Player:

sudo vmware-installer --uninstall-product vmware-player
tgm4883
  • 7,912
  • 1
    So, for some reason my install of VMRC broke itself so badly nothing can be installed or uninstalled by VMWare installer. So I've discovered the hard way that this question needs a "nuke" option. – Routhinator Nov 15 '17 at 21:14
  • what to do in these new versions where no vmware-installer api installed ? – Amine M Jun 11 '23 at 14:43