GPG keys??? yum won't work
I keep getting this error:
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
I'm using "yum install xxxx" . I tried "rpm --import public.gpg.key" but get an error "import
read failed"
This is driving me nuts, how do I download the gpg keys????
|