易于更新;忽略 404 错误(未找到存储库)

易于更新;忽略 404 错误(未找到存储库)

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)。

相关内容