본문 바로가기

IT/OS

[Raspberry pi] buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'" 오류 발생

라즈베리파이에서 apt-get update 시, 다음과 같이 에러가 발생

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 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

 

원인

Bullseye 가 릴리즈 되면서 기존의 Buster 의 stable 릴리즈가 oldstable 로 강등됨.

 

해결

sudo apt-get update --allow-releaseinfo-change

로그

root@raspberrypi:/home/pi# sudo apt-get update --allow-releaseinfo-change
기존: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]
받기:4 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
받기:5 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58.8 kB]
받기:6 http://raspbian.raspberrypi.org/raspbian buster/non-free armhf Packages [104 kB]
내려받기 13.2 M바이트, 소요시간 1분 9초 (192 k바이트/초)
패키지 목록을 읽는 중입니다... 완료
N: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
root@raspberrypi:/home/pi# apt-get update
기존:1 https://deb.nodesource.com/node_10.x buster InRelease
기존:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
기존:3 http://archive.raspberrypi.org/debian buster InRelease
패키지 목록을 읽는 중입니다... 완료