Topics:
DVR
nvrec
Mplayer
Links
Misc
Commands
Humor
New user
uploaded files
|
(linux_command_line)-> Fedora gpg public key |
submited by Russell Sun 03 Apr 05 Edited Fri 10 Feb 06 |
Apon installing fedora core 3 and running yum to install upgrades. I got prompted with :
You have enabled checking of packages via GPG keys. This is a good thing.
However, you do not have any GPG public keys installed. You need to download
the keys for packages you wish to install and install them.
You can do that by running the command:
rpm --import public.gpg.key
For more information contact your distribution or package provider.
But it wasn't clear where to get this file.
I found the Redhat fedora gpg public key here . I saved that file to my hard drive then did :rpm --import 4F2A6FD2.txt and that solved the problem.
I think in the past I have gotten around this by turning off gpg checking, or possibly previous versions shiped with the gpg keys included.
Replys:
|
|