tl;dr apt-get 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
0이 아닌 프로세스 코드가 반환되고 호출 스크립트가 실패합니다.
을(를) 편집할 수 있다는 것을 알고 있습니다 . 그러나 이 경우에는 이와 같은 오류를 무시하고 처리 코드 0이 반환되기를 /etc/apt
원합니다 (다른 문제가 없다고 가정).apt
apt-get
진행자들에게 이 질문은 비슷한 질문들과는 다르다(1,2,삼) 지금은 누락된 저장소를 무시하도록 요청했기 때문입니다. 다른 질문과 답변에서는 영구적인 수정이 필요합니다(아래 변경 필요 /etc/apt
).