Chrome 上的软件更新失败:
Reading package lists... Done
W: GPG error: http://dl.google.com stable Release: The following signatures were invalid: BADSIG A040830F7FAC5991 Google, Inc. Linux Package Signing Key <linux-packages-keymaster@google.com>
Run Code Online (Sandbox Code Playgroud)
我尝试删除并重新安装 Google 密钥:
sudo apt-key del A040830F7FAC5991
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
apt-key add linux_signing_key.pub
Run Code Online (Sandbox Code Playgroud)
还有其他人有问题吗?
打开终端并输入以下内容:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Run Code Online (Sandbox Code Playgroud)
这将导入 Google 更新的 GPG 密钥。您应该能够毫无错误地更新系统。
在 Ubuntu 14.04.2 上为我工作
小智 0
使用以下命令删除以前安装的密钥:
sudo apt-key del 7FAC5991
Run Code Online (Sandbox Code Playgroud)
然后下载并重新添加密钥。
| 归档时间: |
|
| 查看次数: |
2274 次 |
| 最近记录: |