On Sun, 2006-06-04 at 19:46 +0100, Paul Howarth wrote: > On Sun, 2006-06-04 at 11:41 -0700, Miguel wrote: > > Hi, I've made a fresh install of FC5, and immediately after, I updated > > it using the 'Yellow dog' application, after packages were chosen, the > > downloading process took place, immediately after this, there was a > > question from the system asking to import a package's key due to it > > didn't exist in the system, so I deselected the mentioned packaged, > > and the same question appeared for another package, so I decided to > > re-check the unselected package before, because I thought it sould be > > a common key for all the downloaded fedora packages in my system. > > > > However, I need to know what tht imported key was, and where is stored > > now, because I tryed to show it by using the following commands, but > > nothing happens: > > > > 1. gpg --list-keys > > Nothing happens, shows blank response. > > > > 2. rpm -qa *gpg* > > It shows a key, but when using: rpm -qi <key_shown> , the system > > responds with something like: > > gpg: .. can't open the key ... > > > > Would you be so kind to help me on how to find all the keys already > > imported in my system in order to verify them with Fedora website, > > please?. > > > > I appreciate your advice on this matter. > > > > Thanks in advance. > > > > Try: > > $ rpm -qai gpg-pubkey\* And another thing: yum only imports keys it's configured to import. Check the "gpgkey" entries in /etc/yum.repos.d/*.repo Paul.