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@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