Uninstall a program installed with Wine

461,257

Solution 1

Type in a terminal or press Alt+F2 and type wine uninstaller will give you access to the built in Add/Remove tool from wine. From there you can uninstall a program you have installed in a bottle.

To completely remove the bottle for your user (and thus remove everything from a wine bottle and start again) you can open a terminal and type rm -rf ~/.wine or as an alternative open Nautilus and in your home folder press Ctrl+H, locate the .wine folder and delete it. wine will create a new folder next time you try to use it.

Solution 2

Search for wine in Dash. Select Uninstall Wine software there. There you can find all the softwares and will have option to uninstall.

A screen shot of <code>Uninstall Wine software</code> option

If you are using Gnome Fallback just go to Applications => Wine => Uninstall Wine software

Solution 3

Type "unistall wine software" in your dash and open the application.

unistall wine software

You will see the list of applications installed, click on the one you want to unistall and click on "Remove".

remove installed application

Solution 4

I have found the answer! On the Wine menu, I clicked on "Uninstall Wine Software".

This opens an add/remove window. I just select the app and then click the "Modify/Remove" button.

Removing a Windows program in Wine

However, for some reasons that I can't understand, I have to do the same operation twice. After clicking OK three times, I still see the program on the list! When I select it and then click again on the "Modify/Remove" button I get this:

enter image description here

I click the "Yes" button and, finally, the app disappears from the list. But after that, I have to clean the shortcuts and folder manually. I wish I could find an easier and cleaner solution, but this one works fine anyway.

Share:
461,257

Related videos on Youtube

Teja
Author by

Teja

Updated on September 18, 2022

Comments

  • Teja
    Teja almost 2 years

    I am using Ubuntu 11.10. By using wine software i installed some software like nimbuzz and ibibo messenger. Both the programs are not working and showing the bug as We're sorry, but an unknown error has caused ibibo Messenger to close.

    So I wanna uninstall those.

    How to uninstall those type of programs which I installed through Wine?

  • Cristiana Nicolae
    Cristiana Nicolae over 10 years
    Thanks Jobin! It seems that you have answered while I was editing my own answer. Thank you! As you can see, I could figure out the solution but I have also found several bizarre behaviours. I have share my experience in details in my answer bellow. Maybe you could help me fix them.
  • Cristiana Nicolae
    Cristiana Nicolae over 10 years
    Thanks souravc! Meanwhile I have managed to figure that out. Imagie that I was afraid that "Unistall Wine Software" will unistall Wine itself! :-)) That is why I did not used it from the very beginning. Anyway, I did encountered several small bugs in the process. I have shared my experience in detail in my answer and maybe you can help me into this.
  • Cristiana Nicolae
    Cristiana Nicolae over 10 years
    souravc, I choose your answer as being the preferred one, because you mentioned Gnome Fallback. That's right, I don't use Unity, so your answer can be useful for users like me.
  • Dan Dascalescu
    Dan Dascalescu about 7 years
    These shortcuts not longer show up in Unity after I've installed wine-devel.
  • Marecky
    Marecky about 6 years
    "On the Wine menu I clicked on "Unistall Wine Software""... strange I can't find any menu of Wine. Where is it?
  • gmaslowski
    gmaslowski almost 5 years
    @DanDascalescu try: ~/.wine/drive_c/windows/ wine syswow64/uninstaller.exe
  • hafiz031
    hafiz031 over 3 years
    In case, if someone doesn't find it in the dash, s/he can launch this uninstaller just by issuing wine uninstaller command from the terminal.
  • hafiz031
    hafiz031 over 3 years
    @Marecky Enter command wine uninstaller from your terminal.