try rpm -e mod_ssl

You can find the name of the package in the rpm database bby listing all
packages with
rpm -qa|sort|less
this will allow you to scroll through a sorted list of the installed
packages.

Bret

Glen Lee Edwards wrote:

> I recently re-installed 6.1, and now the system isn't keeping accurate
> track of installed rpms.  Yesterday I installed mod_ssl.  I just tried to
> uninstall it and received the following message:
>
> $ rpm -e mod_ssl-2.6.0_1.3.12-1.i586.rpm
> error: package mod_ssl-2.6.0_1.3.12-1.i586.rpm is not installed
>
> But if I try to install it:
>
> $ rpm -i mod_ssl-2.6.0_1.3.12-1.i586.rpm
> package mod_ssl-2.6.0_1.3.12-1 is already installed
>
> 1) I need to remove the package (it is installed).  What do I do?
> 2) How do I fix the rpm database so it knows what's installed and what
> isn't? I've tried rpm --rebuilddb but that didn't work.
>
> Glen
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to