运行 apt-get update、GPG、BADSIG 等时出现各种错误

运行 apt-get update、GPG、BADSIG 等时出现各种错误

好吧,我不知道发生了什么,这就是我在这里写的原因。我看到很多人问过这个问题,而 gpg 错误问题的解决办法要么是

sudo -i
apt-get clean
cd /var/lib/apt
mv lists lists.old
mkdir -p lists/partial
apt-get clean
apt-get update

或者

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $KEY_FROM_ERROR

好吧,我尝试了这两种方法,但都没有成功。我还不断收到不一致的错误,例如:

W: GPG error: http://uk.archive.ubuntu.com oneiric Release: The following   signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>

或者

E: Could not open file /var/lib/apt/lists/uk.archive.ubuntu.com_ubuntu_dists_oneiric_multiverse_binary-i386_Packages.IndexDiff - open (2: No such file or directory)

有时甚至不会出错。我在 Virtualbox 4.1.8 上运行 Ubuntu 11.10 Server。我真的很困惑,所以非常感谢任何帮助

编辑1:

又一条错误消息

W: GPG error: http://uk.archive.ubuntu.com oneiric-security Release: Unknown error executing gpgv

编辑2:

还有一些,我想说清楚,这些来自连续运行

apt-get update

人们认为,当你运行一个程序并且不做任何改变时,期望得到一致的输出是很自然的。

W: GPG error: http://uk.archive.ubuntu.com oneiric Release: The following  signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>
W: GPG error: http://uk.archive.ubuntu.com oneiric-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>
W: Failed to fetch http://uk.archive.ubuntu.com/ubuntu/dists/oneiric-updates/Release.gpg  rename failed, No such file or directory ( -> /var/lib/apt/lists/partial/uk.archive.ubuntu.com_ubuntu_dists_oneiric-updates_Release.gpg). 

E: Some index files failed to download. They have been ignored, or old ones used instead.

答案1

我遇到了类似的问题,但上述方法对我都不起作用,但是,以下方法有效:

  1. 打开更新管理器
  2. 前往设置
  3. 单击 Ubuntu 软件选项卡
  4. 取消选中(禁用)菜单底部的“从 CD-ROM/DVD 盒安装”中的任何选项

问候

答案2

更新您的软件源从主服务器下载镜像到其他服务器,选择最佳服务器然后让其更新。运行sudo -apt-get update && sudo apt-get upgrade

如果您仍然遇到问题,请回复您的打印件。

相关内容