you've added them to your public key ring - not to your rpmdb.
rpm --import thekey
that will make it work.
-sv
I've done that and I get the same error and the same list publick keys:
pub 1024D/025E513B 2004-03-15 CentOS-3 Key centos-3key@caosity.org
sub 2048g/EE899A92 2004-03-15 [expires: 2009-03-14]
Should I see something different ???
Can any one tell me step by step how to delete ALL keys from EVERYWHERE (rpm, gpg.) and re-add them ?? Maybe I'm missing something.
Thanks!!
Alejandro.
I’ve done that and I get the same error and the same list publick keys:
pub 1024D/025E513B 2004-03-15 CentOS-3 Key centos-3key@caosity.org
sub 2048g/EE899A92 2004-03-15 [expires: 2009-03-14]
Should I see something different ???
Can any one tell me step by step how to delete ALL keys from EVERYWHERE (rpm, gpg…) and re-add them ?? Maybe I’m missing something.
rpm -e --all-matches gpg-pubkey
-sv
Alejandro Reyero wrote:
Can any one tell me step by step how to delete ALL keys from EVERYWHERE (rpm, gpg…) and re-add them ?? Maybe I’m missing something.
$ man rpm
<...>
For example, all currently imported public keys can be displayed by:
rpm -qa gpg-pubkey*
<...>
Finally, public keys can be erased after importing just like packages. Here’s how to remove the Red Hat GPG/DSA key
rpm -e gpg-pubkey-db42a60e
<...>
-Mike