Paul Howarth wrote:
On Fri, 2004-12-03 at 10:42 -0800, Lyle Kopnicky wrote:
Well, looking in /etc/yum.repos.d/, I see:
fedora-devel.repo fedora-updates.repo
fedora.repo fedora-updates-testing.repo
Do I need a key for each of those four repositories? I've imported both
the Red Hat and fedora.us keys you specified above, yet on attempting to
'yum install xorg-x11', I still get errors like:
public key not available for
//var/cache/yum/updates-released/packages/xorg-x11-6.8.1-12.FC3.21.i386.rpm
So, what key do I need for this package? How do I know what repository
it's trying to retrieve it from?
The directory name within /var/cache/yum (in this case "updates-
released") is the name of the repository, i.e. the thing in square
brackets inside the .repo file (in this case "fedora-updates.repo").
The fedora-devel.repo and fedora-updates-testing.repo repositories are
not enabled by default.
Paul.
OK, so from where can I import the GPG key for the 'updates-released'
repository? That is, what do I type following 'rpm --import ' in order
to get the GPG key for that repository?
Thanks,
Lyle