You have enabled checking of packages via GPG keys. This is a good thing. However, you do not have

版权声明:最终解释权归汐银所有,转贴请私聊 https://blog.csdn.net/qq_39562468/article/details/87271913
在执行yum时报错:
Loaded plugins: fastestmirror

You have enabled checking of packages via GPG keys. This is a good thing. 
However, you do not have any GPG public keys installed. You need to download
the keys for packages you wish to install and install them.
You can do that by running the command:
    rpm --import public.gpg.key


Alternatively you can specify the url to the key you would like to use
for a repository in the 'gpgkey' option in a repository section and yum 
will install it for you.

For more information contact your distribution or package provider.

Problem repository: centos

这是由于系统检测不到GPG公钥

只需输入:

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

再次运行发现错误解决了

猜你喜欢

转载自blog.csdn.net/qq_39562468/article/details/87271913