我无法成功执行 sudo apt-get update。我使用的是 Ubuntu 16.04.1 LTS
错误信息:
W: GPG error: http://security.ubuntu.com/ubuntu xenial-security InRelease: At least one invalid signature was encountered.
屏幕截图中附有更多错误消息。
我该如何修复它?
答案1
您应该使用以下--allow-unauthenticated
选项来跳过它:
sudo apt-get --allow-unauthenticated update
sudo apt-get --allow-unauthenticated upgrade
或者如果你有丢失密钥的 ID(来自 的输出apt-get
),你可以将其添加到 apt 密钥管理器进行身份验证:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys put_the missing_key_here