几分钟前,我运行了以下命令,它一如既往地工作正常:
sudo apt update
sudo apt upgrade
Run Code Online (Sandbox Code Playgroud)
然后大约 10 分钟后,我再次运行相同的命令:
sudo apt-get update
Ign http: //fi.archive.ubuntu.com trusty InRelease
Get:1 http://fi.archive.ubuntu.com trusty-updates InRelease [64.4 kB]
Ign http: //dl.google.com stable InRelease
Get:2 http://fi.archive.ubuntu.com trusty-backports InRelease [64.5 kB]
Ign http: //fi.archive.ubuntu.com trusty-updates InRelease
E: GPG error: http: //fi.archive.ubuntu.com trusty-updates InRelease:
The following signatures were invalid: NODATA 2
Run Code Online (Sandbox Code Playgroud)
我尝试阅读 askubuntu 和 stackoverflow 中的每篇文章,但到目前为止一无所获。以下是唯一对我来说听起来合理但并没有解决问题的事情:
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
任何建议表示赞赏。
更新:即使我的 Thunderbird 在加载后立即崩溃,所以我重新启动计算机并apt-get update …