我一直在谷歌搜索几个小时,试图找到一种方法来摆脱烦人的 gpg 错误,参考下面的链接。
W: GPG error: http://download.opensuse.org Release: The following signatures could not be verified because the public key is not available: NO_PUBKEY 9A5EED8CBCA00D90
Run Code Online (Sandbox Code Playgroud)
我试过了:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 9A5EED8CBCA00D90
Run Code Online (Sandbox Code Playgroud)
但无济于事。
谷歌翻译的错误信息:
无法验证以下签名,因为公钥不可用
当我尝试使用
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
它给出了这个错误:
Fetched 5.530 kB in 53s (104 kB/s)
W: GPG error: http://extras.ubuntu.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
Run Code Online (Sandbox Code Playgroud)
当我尝试访问 etc/apt 文件夹时,它说没有这样的文件或目录。
我怎样才能解决这个问题?
这些是我尝试了 Internet 上提到的几个修复程序后仍然存在的签名错误
W: GPG error: http://deb.opera.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 517590D9A8492E35
W: GPG error: http://archive.canonical.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: GPG error: http://linux.dropbox.com trusty Release: The following signatures couldn't be verified …
Run Code Online (Sandbox Code Playgroud) 我正在尝试在 Ubuntu 20.04 LTS 上安装 Docker。我正在使用官方文档。我以前做过,没有问题。
这是运行后的错误sudo apt-get update
:
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://packages.microsoft.com/repos/code stable InRelease
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Hit:4 http://ir.archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://ir.archive.ubuntu.com/ubuntu focal-updates InRelease
Get:6 https://download.docker.com/linux/ubuntu focal InRelease [52.1 kB]
Hit:7 http://ir.archive.ubuntu.com/ubuntu focal-backports InRelease
Err:6 https://download.docker.com/linux/ubuntu focal InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
Reading package lists... Done
W: GPG error: https://download.docker.com/linux/ubuntu focal InRelease: The following signatures couldn't be verified …
Run Code Online (Sandbox Code Playgroud) 当我下载更新或安装新软件时,我收到这些警告,提示我没有公钥。这只是有一天出现,我没有删除/添加一些东西来创建它。
发布:无法验证以下签名,因为公钥不可用:NO_PUBKEY 16126D3A3E5C1192
我试过:sudo apt-key update
它对某些键有效,但其他键仍然丢失,我需要添加它们。
我需要帮助将新密钥和地址添加到所有密钥。那些不在 Ubuntu 和启动板中的。
大家好,我正在安装 Jenkins 服务器,但我面临以下问题。
W:GPG 错误:http ://pkg.jenkins-ci.org binary/ 发布:以下签名无法验证,因为公钥不可用:NO_PUBKEY 9B7D32F2D50582E6
请帮忙
我运行这个命令 gpg --import KEYS 但它返回
gpg:无法打开“KEYS”:没有那个文件或目录 gpg:处理的总数:0
我正在使用代理打开互联网。
从昨天下午开始,我从官方存储库中收到了一些 GPG 密钥过期错误(我检查了我的 sources.list,唯一的来源是官方的)。
我从以下网址收到错误消息:http : //apt.insynchq.com/ubuntu/dists/xenial/InRelease
和 KEYEXPIRED 错误:
KEYEXPIRED 1473479811
KEYEXPIRED 1473479811
KEYEXPIRED 1473479811
KEYEXPIRED 1473479811
KEYEXPIRED 1473479811
KEYEXPIRED 1473479811
KEYEXPIRED 1473479811
Run Code Online (Sandbox Code Playgroud)
我不知道如何正式报告此错误。你能帮我举报吗?
我最近问了一个单独的Ask Ubuntu问题,正文中包含以下内容:
W: An error occurred during the signature verification.
The repository is not updated and the previous index files will be used.
GPG error: https://dl.winehq.org/wine-builds/ubuntu bionic InRelease:
The following signatures couldn't be verified
because the public key is not available: NO_PUBKEY 76F1A20FF987672F
Run Code Online (Sandbox Code Playgroud)
正如您所看到的,我的部分错误消息暴露了PUBKEY 76F1A20FF987672F
. 这是 WINE 的公钥,还是我自己的公钥?
最重要的是,PUBKEY 76F1A20FF987672F
我不应该在公共论坛(这个)上发布这些信息吗?
我认为私钥是我唯一不想泄露的东西。我现在正在阅读维基百科的公钥密码学页面,但这有点让人不知所措。
我正在尝试将 wine 安装到 Ubuntu 18.04,但出现错误:
The following packages have unmet dependencies:
Run Code Online (Sandbox Code Playgroud)
wine32:i386 : Depends: libwine:i386 (= 3.0-1ubuntu1) but it is not going to be installed
wine64 : Depends: libwine (= 3.0-1ubuntu1) but it is not going to be installed
Run Code Online (Sandbox Code Playgroud)
即使当我尝试构建它时,我也会收到一条警告,说我需要 flex,当我尝试安装 flex 时,我再次收到完全相同的错误。
我在网上看到有几个人提到我可能用错误的 Ubuntu 版本或第三方弄乱了更新存储库,我需要找到它然后清理它。但是,我对此一点都不熟悉,我列出了所有存储库,但我不知道应该删除哪个存储库以及如何删除它。
由于字符长度限制,此输出被删除
编辑:根据要求,grep -v ^# /etc/apt/sources.list
deb http://tr.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://tr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://tr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://tr.archive.ubuntu.com/ubuntu/ bionic-backports …
Run Code Online (Sandbox Code Playgroud) 我在尝试更新 ubuntu 时遇到错误。我尝试使用以下方法手动将错误中提到的密钥添加到我的系统中:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C
Run Code Online (Sandbox Code Playgroud)
但它没有做任何改变,我仍然得到同样的错误。我也有点担心我的存储库。我觉得我在这里遗漏了一些东西。
sudo apt-get update
Hit:1 http://archive.canonical.com/ubuntu jammy InRelease
Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Hit:3 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
Hit:4 https://repositories.intel.com/graphics/ubuntu focal InRelease
Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Err:1 http://archive.canonical.com/ubuntu jammy InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Err:4 https://repositories.intel.com/graphics/ubuntu focal InRelease
The following signatures couldn't be verified because …
Run Code Online (Sandbox Code Playgroud)