PDA

View Full Version : GPG key


daviddoria
17th April 2011, 01:47 PM
I tried running a "yum install akmod-nvidia", but I get

GPG key retrieval failed: Could not open /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-15-i386

I went to rpmfusion and downloaded rpmfusion-free-release-rawhide.norarch.rpm and installed it. The same error occurred. I went into /etc/pki/rpm-gpg and tried to rename RPM-GPG-KEY-rpmfusion-nonfree-fedora-rawhide-i386 to 15-i386, but it says "cannot stat, no such file or directory", even though ls seems to show it.

Any thoughts?

Thanks,

David

DBelton
17th April 2011, 02:02 PM
well, to get the package installed, you can use the --nogpgcheck option in yum


yum --nogpgcheck install akmod-nvidia


That does not fix the underlying problem with not being able to import the gpg key file, though.

hen770
17th April 2011, 02:48 PM

Could anybody give an explenation about the GPG key, why you need it in order to install a new PPA?

Thanks.
Hanan.