rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY 安装依赖报错Key id:NOTKEY

编程入门 行业动态 更新时间:2024-10-25 02:30:26

rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY 安装依赖<a href=https://www.elefans.com/category/jswz/34/1771188.html style=报错Key id:NOTKEY"/>

rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY 安装依赖报错Key id:NOTKEY

遇到的错误如下:

./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option../configure: error: the HTTP image filter module requires the GD library.
You can either do not enable the module or install the libraries.

软件开发商在释出 RPM 文件时,会在其中添加数字签名,并释出用于验证数字签名的公钥。使用 rpm 安装软件时,rpm 会首先根据系统中已有的公钥去验证 RPM 文件的数字签名。gpg keys 就是公钥。

所以在安装的时候会比对已有的公钥,发现不正确,报错了,解决方法如下:

命令安装所需要的依赖的时候后加上--force --nodeps

nodeps的意思是忽视依赖关系

可用于rpm报错

yum安装命令有关rpm的报错也可以使用,我是在Linux服务器上安装多个nginx时用yum下载所需依赖始终报错 NOTKEY,以为是yum的问题,结果是有rpm的报错隐藏其中,所以我在用

更多推荐

rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY 安装依赖报错Key id:NOTKEY

本文发布于:2024-03-24 00:09:01,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1744470.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:报错   RSA   Signature   Header   rpm

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!