How do I uninstall an app that I installed outside the software (the shop)

I recently installed VMware, but I did so in the wrong drive how can I uninstall it?

If the uninstall tool is present, you can run:

/usr/bin/vmware-uninstall-tools.pl

You also may be able to List the installed product to identify it:

sudo vmware-installer -l

Then remove it once identified (replace PRODUCT with the actual product name):

sudo vmware-installer -u PRODUCT

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.