When executing the command
yum install akmod-nvidia "kernel-devel-uname-r == $(uname -r)"
I get the following error message.
warning:
/var/cache/yum/x86_64/21/rpmfusion-free/packages/kmodtool-1-23.fc20.noarch.rpm:
Header V3 RSA/SHA256 Signature, key ID ae688223: NOKEY
Retrieving key from
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-21
The GPG keys listed for the "RPM Fusion for Fedora 21 - Free" repository
are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.
Failing package is: kmodtool-1-23.fc20.noarch
GPG Keys are configured as:
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-21
I got the yum install command to work by using the --nogpgcheck option.
What am I doing wrong?
Steve.
Ok, slight revision to my theory...
It looks like the package is signed, but it's a carry over build from F20
so it's signed with the f20 key and not rawhide/f21 key...
Richard