Page 1 of 1

Public key for aeidon-0.19.2-5.el7.noarch.rpm is not installed

Posted: 2019/09/04 16:53:51
by joseccz
I am using Centos 7 in a Docker container and I get the error:

Code: Select all

Public key for aeidon-0.19.2-5.el7.noarch.rpm is not installed
Does any one knows how to add that key to be able to install the rpm file?

Thx

Re: Public key for aeidon-0.19.2-5.el7.noarch.rpm is not installed

Posted: 2019/09/04 17:04:21
by avij
That seems to be an EPEL package. Maybe you need to run rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 if you have the epel-release package installed. If you don't, maybe rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7 works better. In normal circumstances yum will ask you to import the key the first time you try to use an EPEL package, but perhaps your situation is different.