> 2009/7/2 <gilpel@xxxxxxxxxx>: >>> On Wed, Jul 01, 2009 at 22:11:04 +0200, >>> gilpel@xxxxxxxxxx wrote: >>>> Don't say "Silly you!". I already said "%%$#@#$ silly me!". Just tell >> me >>>> how to find which key/repositories are signed to provide updates on my >> system. I'll check and remove any reference to rpmfind. >>> The rpm man page tells you how to find which keys have been imported: >> rpm -qa gpg-pubkey* >>> You can use rpm -qi to get an idea who might have provided a key. >> >> $ rpm -qa gpg-pubkey* >> gpg-pubkey-8fcff4da-49c51006 >> gpg-pubkey-d22e77f2-49750871 >> $ rpm -qi gpg-pubkey* >> package gpg-pubkey* is not installed >> >> How come Fedora uses GPG and gpg-pubkey* is not installed? > > Because your syntax is wrong. > > You can do rpm -qa gpg-pubkey* > You cannot do rpm -qi gpg-pubkey* and since: -a, --all Query all installed packages. --------------------------------- the wildcard is not needed for -qa. Now, "rpm -qi gpg-pubkey" lists public keys, we agree. Why do gpg --list-key gpg --list-public-keys output nothing? Let me guess. rpm uses gpg only for package management and has its own "database"? Is the gpg "database" used for encrypting email or does it use still another one? Thanks for your help! -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines