Debian Buster 패키지 저장소 변경 사항

Debian Buster 패키지 저장소 변경 사항

데비안은 저장소를 변경하고 있는 것 같습니다. apt 캐시를 업데이트할 때 다음 메시지가 나타납니다.

Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
Get:2 http://ftp.dk.debian.org/debian buster InRelease [118 kB] 
Reading package lists... Done
N: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Version' value from '' to '10'
E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
N: Repository 'http://ftp.dk.debian.org/debian buster InRelease' changed its 'Version' value from '' to '10.0'
E: Repository 'http://ftp.dk.debian.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

.gpg내 파일을 업데이트해야 합니까 /etc/apt/trusted.gpg.d/? 그래서 어때?

답변1

apt-get update --allow-releaseinfo-changeBuster 릴리스에 따라 버전/패키지 이름이 변경되는 경우 에만 실행하면 됩니다 .

이 답변을 참조하세요:https://unix.stackexchange.com/a/529056/332764

관련 정보