You have enabled checking of packages via GPG keys. This is a good thing. However, you do not have
生活随笔
收集整理的这篇文章主要介绍了
You have enabled checking of packages via GPG keys. This is a good thing. However, you do not have
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
在执行yum时报错:
Loaded plugins: fastestmirrorYou 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.keyAlternatively 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再次运行发现错误解决了
总结
以上是生活随笔为你收集整理的You have enabled checking of packages via GPG keys. This is a good thing. However, you do not have的全部内容,希望文章能够帮你解决所遇到的问题。