gpt4 book ai didi

linux - 如何修复 "invalid signature when apt-get update"错误?

转载 作者:IT王子 更新时间:2023-10-29 00:44:20 25 4
gpt4 key购买 nike

每当我尝试 sudo apt-get update 时,我都会收到这些错误:

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.linuxmint.com rafaela Release: The following signatures were invalid: BADSIG 3EE67F3D0FF405B2 Clement Lefebvre (Linux Mint Package Repository v1) <root@linuxmint.com>

W: GPG error: http://extra.linuxmint.com rafaela Release: The following signatures were invalid: BADSIG 3EE67F3D0FF405B2 Clement Lefebvre (Linux Mint Package Repository v1) <root@linuxmint.com>
W: Failed to fetch http://packages.linuxmint.com/dists/rafaela/Release

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release Unable to find expected entry 'restricted/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages Hash Sum mismatch

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

所以,我做了一些阅读并尝试在软件源区域更改镜像,并且还遵循了这个 answer ,并运行此命令:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3EE67F3D0FF405B2

但得到的结果对我没有帮助:

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.joWxQNcMmd --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 3EE67F3D0FF405B2
gpg: requesting key 0FF405B2 from hkp server keyserver.ubuntu.com
gpg: key 0FF405B2: "Clement Lefebvre (Linux Mint Package Repository v1) <root@linuxmint.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1

知道我还能尝试什么来解决它吗?

p.s 这一切都是在尝试安装 nodejs 和 npm 时开始的。

最佳答案

这对我在 Linux Mint 17 Qiana 上有效:

sudo rm -r/var/lib/apt/lists

sudo mkdir -p/var/lib/apt/lists/partial

sudo apt-get clean

sudo apt-get 更新

sudo apt-key 列表 | grep 已过期

Get the key to use from that result:
pub 4096R/BE1DB1F1 2011-03-29 [expired: 2014-03-28]

sudo apt-key adv --recv-keys --keyserver keys.gnupg.net BE1DB1F1

sudo apt-get 更新


解决方案部分来自 this post .

关于linux - 如何修复 "invalid signature when apt-get update"错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33598679/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com