How to uninstall a program installed through Wine

29,354

Solution 1

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.

Solution 2

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

wine uninstaller

Screenshot

Share:
29,354

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin over 1 year

    I installed Picasa 3.9 with Wine, but I did not like it, and now I want to delete it.

    I tried uninstalling Picasa with the option from Picasa help menu but it didn't work.

    How do I fully uninstall Picasa from Wine?

  • George Udosen
    George Udosen over 7 years
    When you say run in a terminal, what do you mean ?
  • Artik
    Artik over 7 years
    Just type this in a terminal. You don't know what is a terminal ?