在像往常一样从终端更新我的系统后,它继续获取更新,但最后显示了以下消息。这意味着什么,我该如何修复红色图标。实际上是为了修复我更新的红色图标,但它不是固定的。信息:
W: GPG error: http://ppa.launchpad.net trusty
Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1DB8ADC1CFCA9579
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.而且,我也无法更新推荐的更新,每次我在认证后按下安装,就会弹出一条消息。我该如何修复这条恼人的信息。我想用异常运行我的系统(S)。谁不愿意呢?

发布于 2014-12-03 09:46:01
在终端中键入以下命令-
sudo apt-get clean
sudo rm /var/lib/apt/lists/*
sudo apt-get update
这将删除您的列表并获取它的新副本。
否则,作为@edwardtorvalds的建议,尝试导入所有缺少的gpg键。
https://askubuntu.com/questions/556118
复制相似问题