Problems removing an rpm that isn't really installed.
I'd like to install netpbm, so I found the right rpm for my cpanel 7.3 system. I run the install, and get this:
PHP Code:
Retrieving ftp://ftp.rpmfind.net/linux/redhat/updates/7.3/en/os/i386/netpbm-9.24-9.73.2.i386.rpm
Preparing... ########################################### [100%]
package netpbm-9.24-9.80.2 (which is newer than netpbm-9.24-9.73.2) is already installed
root@myserver [~]#
So, I try this:
PHP Code:
root@myserver [~]# rpm -e ftp://ftp.rpmfind.net/linux/redhat/updates/8.0/en/o
m-9.24-9.80.2.i386.rpm
error: package ftp://ftp.rpmfind.net/linux/redhat/updates/8.0/en/os/i386/net
0.2.i386.rpm is not installed
Thanks,
Terry