[Wine] Re: Can not uninstall / remove Wine 1.5.0

vitamin wineforum-user at winehq.org
Sun Apr 15 21:45:55 CDT 2012


Wilsonb wrote:
> /usr/local/bin/wine

This means you previously tried to compile and install Wine yourself. If you still have that source directory then the best way to uninstall Wine would be:

Code:
cd wine/source/directory
sudo make uninstall




If you do not have that directory anymore then all you can do is manually remove wine files. This should remove most of them:

Code:
cd /usr/local/lib
sudo rm -rf wine
sudo rm libwine*
cd /usr/local/lib64
sudo rm -rf wine
sudo rm libwine*
cd /usr/local/bin/
# This is all one line:
sudo rm -f function_grep.pl msiexec notepad regedit regsvr32 widl wine wineboot winebuild winecfg wineconsole winecpp winedbg winedump winefile wineg++ winegcc winemaker winemine winepath wine-preloader wineserver wmc wrc










More information about the wine-users mailing list