The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Completely purging wine and all apps

    Discussion in 'Linux Compatibility and Software' started by Amol, Apr 25, 2008.

  1. Amol

    Amol APH! NBR Reviewer

    Reputations:
    1,832
    Messages:
    1,850
    Likes Received:
    0
    Trophy Points:
    55
    I installed Codeweaver's Xover and used it to install Steam, but the program didn't run really well. I was unable to send and receive messages from people on my Friends list. So I decided, okay fine I'll use Wine. Same problem. Wine-Doors, same problem. So I uninstalled it, and deleted the .wine directory. Even then, I see "AutoHotKey" and "Steam" still on my Applications menu, and I'm sure it's there somewhere. I want to start from scratch, and how do I go about it? I am guessing that AHK and Steam are remnants of Wine-Doors since I installed both of 'em using that. Any halpz?

    - Amol.
     
  2. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    You've rebooted and it still appeared on the menu? If it doesn't, right click the menu button, edit, and delete them.
     
  3. Amol

    Amol APH! NBR Reviewer

    Reputations:
    1,832
    Messages:
    1,850
    Likes Received:
    0
    Trophy Points:
    55
    Yeah, it was still there. It had its own menu, under "Wine",but after reboot Ubuntu stuffed it into a "Others" menu.
     
  4. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    If you did a complete removal, then all that's left is the menu entry lingering around....just delete it menu editor...it'll all be gone.
     
  5. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    Yep..if everything has been deleted properly then just delete the menu entries. System --> Preferences --> Menu
     
  6. Amol

    Amol APH! NBR Reviewer

    Reputations:
    1,832
    Messages:
    1,850
    Likes Received:
    0
    Trophy Points:
    55
    I tried it, and it comes back after a reboot. I have a feeling that Wine-Doors wasn't purged. Any idea how I do it? I uninstalled it, but didn't purge it.

    I tried sudo aptitude purge wine-doors, but I don't know if that's enough.

    Maybe there are remnants of Codeweaver's Crossover too?
     
  7. John B

    John B Notebook Prophet

    Reputations:
    1,767
    Messages:
    4,195
    Likes Received:
    0
    Trophy Points:
    105
    Does sudo apt-get remove wine-doors work?
     
  8. Amol

    Amol APH! NBR Reviewer

    Reputations:
    1,832
    Messages:
    1,850
    Likes Received:
    0
    Trophy Points:
    55
    Yeah, that's how I removed wine-doors. It didn't remove the apps that it installed, and now I want the apps removed.
     
  9. szandor

    szandor Notebook Evangelist

    Reputations:
    66
    Messages:
    323
    Likes Received:
    0
    Trophy Points:
    30
    removing wine/wine-doors won't remove steam, autohotkey, etc...unless they somehow fandangled their way in as a dependency. anyway, try:

    #aptitude remove steam (or apt-get remove steam)

    and so forth. after you removed the programs and if they still show up in your meu entries, right click on the popupmenu button, select properties, go to the section of the programs and remove the check next to their name. you can also,

    #updatedb
    #locate steam

    then remove the relevant files that were found.