Hi All, When I perform an
rpm --import RPM-GPG-KEY
I would like to know where does Fedora store this information and the way to remove the gpg key if I want to. Thanks.
From "man rpm"
[schnipp]
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
[/schnipp]
Alex