를 사용하여 데비안 시스템을 업그레이드하려고했는데 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
했지만 관련 정보를 찾거나 이해할 수 없습니다.
업데이트 : 나는 지금까지 두 가지 답변을 얻었습니다. 둘 다 ofical debian.org 페이지를 참조하지만 완전히 다른 해결책을 제안합니다. security.debian.org
항목을 제거하지 않고 버전 속성 형식을 변경 했기 때문에 누군가 설명 할 수 있습니까 ?