Posts: 161
Threads: 48
Joined: Jan 2004
Reputation:
0
[root@localhost tarballs]# rpm -Uvh alsa*.rpm
warning: alsaplayer-0.99.76-1.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
libid3tag is needed by alsaplayer-0.99.76-1.fr
libmad is needed by alsaplayer-0.99.76-1.fr
[root@localhost tarballs]# rpm -Uvh libid*.rpm
warning: libid3tag-0.15.0b-3.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
Preparing... ########################################### [100%]
file /usr/lib/libid3tag.so.0 from install of libid3tag-0.15.0b-3.fr conflicts with file from package mad-0.14.2b-256
[root@localhost tarballs]# rpm -Uvh libmad*.rpm
warning: libmad-0.15.0b-2.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
Preparing... ########################################### [100%]
file /usr/lib/libmad.so.0 from install of libmad-0.15.0b-2.fr conflicts with file from package mad-0.14.2b-256
So is there a way to unistall rpms? cuz i installed the wrong one now its messin me up.
have fun,
tek
Posts: 292
Threads: 45
Joined: Dec 2003
Reputation:
0
rpm -e rpmName (example rpm -e sendmail)
to find the name do like
rpm -qa | grep mail
That will search your RPM DB and find all matches that have mail in it
Posts: 161
Threads: 48
Joined: Jan 2004
Reputation:
0
thanks man, nice stapler btw.
Posts: 90
Threads: 8
Joined: Feb 2009
Reputation:
0
How can I get a list of all programs, utilities, functions, etc. that are installed root?
I believe I have installed wine root, but I am not sure. Winehq says to not install it root, because it runs windoze software. So you can get the same infections sent to the Linux root.
Thanks in advance,
Bakshara the Linux noob!
Posts: 3,631
Threads: 899
Joined: Dec 2003
Reputation:
0
2009-07-17, 05:39 AM
(This post was last modified: 2009-07-17, 05:40 AM by anyweb.)
you SHOULD only install rpm's as root
does that answer your question ?
Posts: 90
Threads: 8
Joined: Feb 2009
Reputation:
0
The file name is "wine-1.1.24.tar.bz2" and under it I do not see any rpm files at all.
Bakshara the Linux noob!