On Fri, 2005-07-15 at 08:25 +0100, Paul Howarth wrote: > On Thu, 2005-07-14 at 21:33 -0300, Ted Gervais wrote: ... > > OK. But how is that done?? I looked in that directory (/etc/pki/rpm-gpg) > > and I see the following: > > > > drwxr-xr-x 2 root root 4096 Jul 13 17:17 . > > drwxr-xr-x 6 root root 4096 Jul 14 21:19 .. > > -rw-r--r-- 1 root root 1910 Jun 3 15:12 RPM-GPG-KEY > > -rw-r--r-- 1 root root 1706 Jun 3 15:12 RPM-GPG-KEY-beta > > -rw-r--r-- 1 root root 1519 Jun 3 15:12 RPM-GPG-KEY-fedora > > -rw-r--r-- 1 root root 2043 Jun 3 15:12 RPM-GPG-KEY-fedora-extras > > -rw-r--r-- 1 root root 1105 Jun 3 15:12 RPM-GPG-KEY-fedora-rawhide > > -rw-r--r-- 1 root root 1076 Jun 3 15:12 RPM-GPG-KEY-fedora-test > > -rw-r--r-- 1 root root 1232 Jun 3 15:12 RPM-GPG-KEY-rawhide > > If you were using yum rather than up2date as Alexander suggested, yum > would prompt you for permission to import the gpg key, which it would > find automatically. > > If you really do prefer up2date, what you need to do is: > # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora > and > # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras > > (you could actually import both at the same time but that would have > caused line-wrap in the message, which might might have confused things) Shouldn't hurt to import them all: # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY* Phil