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

Issues related to applications and software problems
Post Reply
joseccz
Posts: 1
Joined: 2019/09/04 16:50:35

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

Post by joseccz » 2019/09/04 16:53:51

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

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

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

Post by avij » 2019/09/04 17:04:21

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.

Post Reply