tl;drapt-get update
无法联系列表中的存储库,这被视为错误;我怎样才能忽略这个错误?
当我运行 apt update 时我看到
$ apt update
...
Err:5 https://packagecloud.io/ookla/speedtest-cli/debian bullseye Release
404 Not Found [IP: 54.215.143.248 443]
...
Reading package lists... Done
E: The repository 'https://packagecloud.io/ookla/speedtest-cli/debian bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
这会导致apt-get
返回非零的进程代码,然后调用脚本失败。
我知道我可以编辑/etc/apt
.但在这种情况下,我希望apt
忽略这样的错误,并apt-get
返回进程代码零(假设没有其他问题)。
对于版主来说,这个问题不同于类似的问题(1,2,3)因为我要求暂时忽略丢失的存储库。而其他问题和解答则要求永久修复(需要在 下进行更改/etc/apt
)。