http://bugs.winehq.org/show_bug.cgi?id=2116
--- Comment #21 from paul wang ypw@att.net 2011-03-06 12:34:39 CST --- Thanks for the comment. I did try to yum erase wine. And interesting it still run wine! and report the same error. Then I "yum install wine" again. It seems still the wine is still there and if I run the same program and it will report the same problem. How do I totally clean up wine and reinstall again? thanks.
The following is my command lines and Fedora 13 responses captured:
##first try to erase wine [root@VirtualHope ypw]# yum erase wine Loaded plugins: presto, refresh-packagekit Setting up Remove Process Resolving Dependencies --> Running transaction check ---> Package wine.x86_64 0:1.3.14-2.fc13 set to be erased --> Finished Dependency Resolution
Dependencies Resolved
============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Removing: wine x86_64 1.3.14-2.fc13 @updates-testing 0.0
Transaction Summary ============================================================================================================== Remove 1 Package(s)
Installed size: 0 Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Erasing : wine-1.3.14-2.fc13.x86_64 1/1
Removed: wine.x86_64 0:1.3.14-2.fc13
Complete!
##after erase wine, I run "wine --version" and it seems the wine still there!! [root@VirtualHope ypw]# wine --version wine-1.3.14
##what shall I do to totally clean up the wine and reinstall the whole package again? thanks.