最近在一堆机器上安装了Rocky Linux9。没有真正的问题,除了一些软件包不想安装。
例子:合流-卡夫卡-2.11。如果我运行dnf install confluent-kafka-2.11 -vv,我会得到通常的下载信息,但以
Using rpmkeys executable at /usr/bin/rpmkeys to verify signatures
Problem opening package confluent-kafka-2.11-2.0.1cp8-1.noarch.rpm
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: GPG check FAILED我试过添加--nogpgcheck,但还是不起作用。我做错了什么?
elasticsearch也有同样的问题,只是我能够手动安装gpg键。不过,这个程序包一更新就不能工作了。
发布于 2022-11-16 07:00:43
这里有多种解决方案。
要真正解决gpg问题,问题是,您是如何添加回购和gpg密钥的?
的输出是什么?
sudo dnf list all | grep confluent
# and
sudo dnf repolisthttps://stackoverflow.com/questions/74452057
复制相似问题