Tente importar manualmente
# rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
Eu estava tentando instalar o etckeeper em uma caixa Linux. Detalhes são os seguintes.
a instalação falhou na recuperação das chaves.
Eu estou querendo saber porque o arquivo de chave é endereçado como file: /// etc / pki /. Os arquivos-chave não devem ser recuperados via http?
[me@linux ~]$ sudo yum install etckeeper
[sudo] password for me:
Loaded plugins: refresh-packagekit, security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package etckeeper.noarch 0:1.4-1.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=====================================================================================================
Package Arch Version Repository Size
=====================================================================================================
Installing:
etckeeper noarch 1.4-1.el6 epel 38 k
Transaction Summary
=====================================================================================================
Install 1 Package(s)
Total size: 38 k
Installed size: 61 k
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
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
Tente importar manualmente
# rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
Você também pode simplesmente instalar com o comando
yum install --nogpgcheck {packagename}
Você precisa instalar o pacote epel-release primeiro para obter as chaves GPG instaladas:
sudo rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
Tags yum