を使用してDebianシステムをアップグレードしようとしましたが、apt
リポジトリが「testing」に設定されているため、「Buster」から次のバージョン「Bullseye」に自動的に変更されると予想していましたが、「Buster」が移動したため、次のようになります。
404 Not Found [IP: 151.101.12.204 80]
実行中apt update
。
security.debian.org
アドレスは、アドレスの変更をした、リリースファイルを持っていないようですか?
E: The repository 'http://security.debian.org 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.
これは私の関連エントリです/etc/apt/sources.list
:
deb http://ftp.ch.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.ch.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
# jessie-updates, previously known as 'volatile'
deb http://ftp.ch.debian.org/debian/ testing-updates main contrib non-free
deb-src http://ftp.ch.debian.org/debian/ testing-updates main contrib non-free
チェックしましman apt-secure
たが、関連する情報を見つけることができませんでした。
更新:これまでのところ、2つの回答があり、どちらも公式のdebian.orgページを参照していますが、まったく異なるソリューションを提案しています。security.debian.org
エントリを削除しないことにしましたが、バージョン属性の形式を変更したので、誰かが説明してもらえますか。