반응형
1. 현상
- Raspberry Pi 3 Model B를 가지고 OS 설치 후, 아래와 같이 apt-get update 수행시 오류 발생
2. 원인
- Bullseye가 릴리즈 되면서 기존 Buster의 stable 릴리즈가 oldoldstable로 변경되어 나타나는 현상
3. 해결
- apt-get update --allow-releaseinfo-change
root@raspberrypi:/home/pi# apt-get update
기존:1 https://deb.nodesource.com/node_10.x buster InRelease
기존:2 http://archive.raspberrypi.org/debian buster InRelease
받기:3 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
패키지 목록을 읽는 중입니다... 완료
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldoldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
반응형