Web Hosting Talk







View Full Version : Problem unistalling rpm Cups


rasputinj
11-20-2004, 01:18 PM
When

I run rpm -e to uninstall cups

I get this error


error: Failed dependencies:
/usr/bin/lpr is needed by (installed) redhat-lsb-1.3-3.centos.0
cups >= 1.1.17-4 is needed by (installed) redhat-config-printer-0.6.47.3.22-1

should I then do a rpm -e cups redhat-config-printer-0.6.47.3.22-1

would that get rid of the dependencies?

assistanz247
11-21-2004, 03:58 AM
Hi,

Try
rpm -e cups --nodeps

this will remove cups.

rasputinj
11-21-2004, 05:17 AM
Originally posted by techlollu
Hi,

Try
rpm -e cups --nodeps

this will remove cups.

thanks worked like a charm