apt-get update
次のエラーが発生したため、実行できません。
# apt-get update
Hit:1 http://ftp.br.debian.org/debian testing InRelease
Ign:2 http://security.debian.org/debian-security testing/updates InRelease
Err:3 http://security.debian.org/debian-security testing/updates Release
404 Not Found [IP: 151.101.92.204 80]
Reading package lists... Done
E: The repository 'http://security.debian.org/debian-security testing/updates Release' no longer has 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.
E: Repository 'http://ftp.br.debian.org/debian testing InRelease' changed its 'Codename' value from 'buster' to 'bullseye'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
そのため、ここには2つのエラーメッセージがあります。
- リポジトリにはリリースファイルがなくなりました。これは奇妙です。http://security-cdn.debian.org/debian-security/zzz-dists/testing/updates/ antで確認しました。リリースファイルがあるようです。私は間違った場所を見ていますか、それとも何か他に何か起こっていますか?
- リポジトリはからその名前を変更
buster
するbullseye
(私はこれを見て、これは「明示的に受け入れられなければならない」ことを一度、私は質問を開いたときにはなかった、それはもう表示されません今日)。これはそれほど驚くことではありませんtesting
が、リリース名ではなくリポジトリを追跡している場合、問題になるとは思っていませんでした。
私に何ができる?APTはを読むように言っていますがapt-secure(8)
、必要な情報がないか、理解できません。