Re: Can not uninstall / remove Wine 1.5.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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










[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux