在像往常一样从终端更新我的系统后,它继续获取更新,但最后它显示以下消息。这是什么意思,我该如何修复红色图标。实际上,为了修复红色图标,我进行了更新,但它没有修复。消息:
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.
而且我也无法更新推荐更新,每次我打安装当然,身份验证后会弹出一条消息。我该如何解决这个烦人的消息。我想在有异常的情况下运行我的系统。谁不想呢?
答案1
在终端中输入以下命令 -
sudo apt-get clean
sudo rm /var/lib/apt/lists/*
sudo apt-get update
这将删除您的列表并获取它的新副本。
否则,建议由@edwardtorvalds 尝试导入所有缺失的 gpg 密钥。