How to uninstall a program installed through Wine

If the application you're trying to uninstall doesn't show up when you run wine uninstaller, proceed.


Note: The following command wipes out all the programs installed in the default Wine prefix. Be advised. Since Windows programs may store data and documents on the "virtual" Windows drive contained in your .wine folder, you must make sure any valuable files are saved elsewhere first!

To completely delete the Wine prefix, run the following command.

rm -r ~/.wine

The next time you run Wine, it will create a new prefix by itself.


Removing the .wine folder delete ALL your content. To simply remove one or multiple specific programs, run in a terminal:

wine uninstaller

Screenshot