apt-get update 报告几个 gpg 错误

apt-get update 报告几个 gpg 错误

在 ubuntu 16.04 上,运行sudo apt-get update报告几个 GPG 错误。例如,

W: GPG error: http://security.ubuntu.com/ubuntu xenial-security InRelease: At least one invalid signature was encountered.
W: The repository 'http://security.ubuntu.com/ubuntu xenial-security InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

简单谷歌搜索一下,就能找到很多这样的案例。解决方案通常包括:

sudo apt-key adv --recv-keys --keyserver keys.gnupg.net <some magic hex value>

我的主要问题是,如何获得“魔法十六进制序列”来解决我的问题?

更新(5 月 17 日),我重新安装了许多软件包,包括 apt、lib 和 ubuntu-keyring。什么都没变。

弄清楚如何解决这个特定问题会很好。我放弃了。全新安装到 18.04。

相关内容