How To know if a rpm signature key is arleady import?

Mike Klinke lsomike at futzin.com
Tue Feb 22 14:32:43 UTC 2005


On Tuesday 22 February 2005 08:18, Dario Lesca wrote:
> How To know if a rpm signature key is arleady import?
>
> If I reimport a signature key this does not replace that
> installed but is added to list ...
 
> [root at linux WebMin]# rpm --import jcameron-key.asc

How about something like:
 
rpm -qa gpg-pubkey* | xargs -i rpm -qi {} | grep <key-of-interest>

where <key-of-interest> here would be, say, jcameron

Regards, Mike Klinke




More information about the fedora-list mailing list