[NTLUG:Discuss] Wine Install Uninstallable
Stuart Johnston
saj at thecommune.net
Thu May 24 11:50:13 CDT 2012
On 05/24/2012 01:41 AM, James Hines wrote:
> At any rate, anyone have any ideas on how to get the files off my system?
> I'm afraid with all the wine apps installed, I'd have a nightmare if I went
> through with the configuration.
There's probably an easier GUI option but here is what I would do:
This will give you a list of wine related packages that have been installed:
rpm -qa | grep wine
Then you can remove each one you don't want:
sudo rpm -e <package name>
You could also try removing with yum if the above gives you dependency
issues:
sudo yum remove <package name>
More information about the Discuss
mailing list