On Thu, 15 Jul 2004, John Cox wrote:
Can someone please tell me where the GPG keys for livna.org and fedora.us are stored with FC2. I am having a problem with YUM and the keys and can't locate them on my system. thanks.
They are not stored - unless you've added them. When you add them - they get stored in the rpm database.
To add the fedora.us key, you could do:
rpm --import http://www.fedora.us/FEDORA-GPG-KEY
To check for keys already added, do:
rpm -qa gpg*
Satish