I'm not sure if this has been asked before or not. How do you remove RPMs (wine for example) from Red Hat 9? Any help would be greatly appreciated.
Printable View
I'm not sure if this has been asked before or not. How do you remove RPMs (wine for example) from Red Hat 9? Any help would be greatly appreciated.
try rpm -e <rpmname>. it might be rpm -e wine.
Critter
http://www.chrisstokes.com
I did try that, and I found some information on the forum, but it didn't work. here is my screen info. maybe that'll help:
[root@win9612199123 root]# rpm -qa |grep wine*
wine-20031016-1rh9winehq
[root@win9612199123 root]# rpm -e wine-20031016-1rh9winehq.i386.rpm
error: package wine-20031016-1rh9winehq.i386.rpm is not installed
[root@win9612199123 root]# rpm -i wine-20031016-1rh9winehq.i386.rpm
package wine-20031016-1rh9winehq.i386.rpm is already installed
[root@win9612199123 root]# rpm -i winex-20030324-fr2.i386.rpm
warning: winex-20030324-fr2.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
wine conflicts with winex-20030324-fr2
----Any help you can give me would be greatly appreciated.