I have been trying to upgrade to 1.5.2 from 1.5.0 I can't seem to get rid of it. I have Removed it via Software Center, Synaptics Package Manager, and some command lines. Killed orphan files. typing; wine --version give; wine-1.5.0 Please help me remove.. I need to install 1.5.2 Note: Im a novice.. so might have to spell out what to type in command line. Thanks
What does this command say? Code: which wine
result /usr/local/bin/wine
Wilsonb wrote:> /usr/local/bin/wineThis 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
Wilsonb wrote:> But still no microphone detection in Rosseta StoneTry reinstalling Rosseta Stone into a new wineprefix.