[SOLVED] GPG key Error while using yum

Issues related to applications and software problems
Post Reply
emab
Posts: 5
Joined: 2013/04/15 06:29:21

[SOLVED] GPG key Error while using yum

Post by emab » 2013/04/15 11:08:19

Hi

I have recently switched to centos and when I try to install my favorite command line interface (guake) I get the following error:


[code]Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6[/code]

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

[SOLVED] GPG key Error while using yum

Post by toracat » 2013/04/15 12:13:48

Please post the output returned by:

rpm -q epel-release

rpm -V epel-release

emab
Posts: 5
Joined: 2013/04/15 06:29:21

Re: GPG key Error while using yum

Post by emab » 2013/04/15 13:35:41

This package is not installed!

[code]package epel-release is not installed[/code]

and when I try to install this package I get the error again:

[code]GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6[/code]

emab
Posts: 5
Joined: 2013/04/15 06:29:21

Re: GPG key Error while using yum

Post by emab » 2013/04/17 13:25:40

The problem solved by the advice from [url=http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x]Installing RHEL EPEL Repo on Centos 5.x or 6.x[/url] :-D :lol:

Post Reply