Click to See Complete Forum and Search --> : How do u completely uninstall rpm's?
toolshed
08-07-2001, 12:02 AM
How do you completely uninstall rpm's and their libraries. I have used the rpm -e .... but that doesnt help.
I install xcdroast and then i upgraded it. Well i got conflicting libraries or something....because it gives me this error...i dont not sure what the conflict is....
buddy:~ # xcdroast
** WARNING **: Invalid cdrecord version 1.9 found. Expecting version 1.10
buddy:~ #
slapNUT
08-07-2001, 12:10 AM
I think getting cdrecord 1.10 would be easier than removing cdroast and more industrious also.
toolshed
08-07-2001, 12:16 AM
I have that version....I have tried to install it...it says it is already installed..I have removed xcdroast and then installed just the updated version...
buddy:~ # cd downloads/xcdroast
buddy:~/downloads/xcdroast # ls
cdrtools-cdda2wav-1.10-1.i386.rpm cdrtools-mkisofs-1.10-1.i386.rpm
cdrtools-cdrecord-1.10-1.i386.rpm xcdroast Readme
cdrtools-libscg-1.10-1.i386.rpm xcdroast-0.98alpha9-1.i386.rpm
buddy:~/downloads/xcdroast # rpm -i cdrtools-cdrecord-1.10-1.i386.rpm
package cdrtools-cdrecord-1.10-1 is already installed
file /usr/bin/devdump from install of cdrtools-cdrecord-1.10-1 conflicts with file from package mkisofs-1.9-54
file /usr/bin/isodump from install of cdrtools-cdrecord-1.10-1 conflicts with file from package mkisofs-1.9-54
file /usr/bin/isoinfo from install of cdrtools-cdrecord-1.10-1 conflicts with file from package mkisofs-1.9-54
file /usr/bin/isovfy from install of cdrtools-cdrecord-1.10-1 conflicts with file from package mkisofs-1.9-54
file /usr/bin/cdrecord from install of cdrtools-cdrecord-1.10-1 conflicts with file from package cdrecord-1.9-54
file /usr/bin/readcd from install of cdrtools-cdrecord-1.10-1 conflicts with file from package cdrecord-1.9-54
buddy:~/downloads/xcdroast #
Any help will be greatly apprecited...i am newbie in linux...
Thanks
bdg1983
08-07-2001, 06:32 AM
Have you tried upgrading the rpm. Rpm doesn't care about the version number, just the name of the package.
rpm -Uvh packagename.rpm