Bryan White wrote:
I am trying to install the ImageMacick package on FC4. This box was
initially installed back in June as a test and is now being brought into
active service.
Here is the command:
yum install ImageMagick
This is the output I am seeing (the failure is at the end):
(snip)
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID db42a60e
Public key for ghostscript-fonts-5.50-13.noarch.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora (0x4F2A6FD2) is
already installed
The GPG keys listed for the "Fedora Core 4 - i386 - Base" repository are
already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
------
As far as I can tell it is saying that the ghostscript-fonts package is
not properly signed on the repository. I am not certain how to proceed.
The ghostscript-fonts package in the FC4 base repo is signed with the
wrong key. You can work around this by doing:
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY
Paul.