Results 1 to 7 of 7

Thread: Installing a Clean WIne

  1. #1

    Installing a Clean WIne

    Hey, I've just tried to install Both Adobe Photoshop along with Microsoft Office 2000 on Wine (KDE 4, Kubuntu) and both installations have gone **** shaped, i tried to uninstall and re-install, both the applications and wine, and all that happened was with both, that the applications didn't uninstall and when Wine Re-installed it was exactly the same, how can I completely re-install wine, that it recreates the .wine directory exactly as it was before anything was in there? (when i deleted it, it didn't re-install it)

    thanks a lot!
    Last edited by diegogranziol@gmail.com; June 24th, 2008 at 04:29 PM. Reason: Just like my other 2 posts, forgot to suscribe by email!

  2. #2
    Join Date
    Jul 2007
    Beans
    1,062
    Distro
    Ubuntu Development Release

    Re: Installing a Clean WIne

    sudo apt-get purge wine
    This command will delete Wine and the .Wine directory. You can also try a different approach from the GUI using Synaptic and choosing "Complete Removal" when you right click on the wine package.

  3. #3
    Join Date
    Feb 2007
    Location
    Kansas
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Installing a Clean WIne

    I tried both suggestions but Wine still shows in the Applications menu along with two programs entitled Legacy 5.0 and Legacy 6.0 that I had attempted to install (netiehr of which work BTW).

    I am unable to purge this mess so that I can start anew. Tell me how to get rid of this stuff so I can attempt reinstall. Nothing I've tried works.

    Bob

  4. #4
    Join Date
    Jul 2008
    Beans
    22

    Re: Installing a Clean WIne

    If you want to remove menu entries, just do this: Alt+F2 -> Alacarte, i think you can work your way out from there

  5. #5

    Re: Installing a Clean WIne

    Completely agree with sgtbob, unable to remove my mess of halfworking windows programs, that never seem to uninstall and if you delte the menu entry what good does that do? the program is still there and if you reinstall it it just doesn't show up!

  6. #6
    Join Date
    Aug 2008
    Beans
    1

    Re: Installing a Clean WIne

    Hi had the same problem but with PhotoshopsXD found the solution on wine's wiki here's how to delete those dirty little applications entries:
    "
    3.1. How do I uninstall Windows applications?

    Wine has its own built-in uninstaller - equivalent of Windows "add/remove programs" function for running standardized uninstallers. In recent version, a shortcut has been added in Wine's menu, along with a shortcut to winecfg.

    The uninstaller does not remove menu entries. To remove all Wine created menu entries run the following commands

    rm -f $HOME/.config/menus/applications-merged/wine*
    rm -rf $HOME/.local/share/applications/wine
    rm -f $HOME/.local/share/desktop-directories/wine*
    rm -f $HOME/.local/share/icons/????_*.xpm
    "

  7. #7
    Join Date
    Mar 2007
    Beans
    16
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing a Clean WIne

    Quote Originally Posted by schwarzeKunst View Post
    The uninstaller does not remove menu entries. To remove all Wine created menu entries run the following commands

    rm -f $HOME/.config/menus/applications-merged/wine*
    rm -rf $HOME/.local/share/applications/wine
    rm -f $HOME/.local/share/desktop-directories/wine*
    rm -f $HOME/.local/share/icons/????_*.xpm
    "
    Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •