不知道是否是因为关闭了 selinux 的原因,突然间在使用 yum 安装时出现如下错误:
Package *.rpm is not signed
*.rpm 为应用程序包
解决方案是:更改 /etc/yum.conf 下的 gpgcheck=1 为 gpgcheck=0
关于 yum.conf 的详细可参考 man yum.conf。其中对 gpgcheck 的描述是:
gpgcheck
Either ‘1’ or ‘0’. This tells yum whether or not it should perform a GPG signature check on pack-
ages. When this is set in the [main] section it sets the default for all repositories. This option
also determines whether or not an install of a package from a local RPM file will be GPG signature
checked. The default is ‘0’.
本文介绍了解决使用YUM安装软件包时遇到的签名验证错误的方法。通过修改/etc/yum.conf文件中的gpgcheck参数,可以关闭或开启GPG签名检查功能,从而避免因签名问题导致的安装失败。

1264

被折叠的 条评论
为什么被折叠?



