알뜰살뜰 정보/Raspberry PI

(주의) apt-update 시 N: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' 해결방법

쉬고싶은 거북이 2021. 11. 3. 14:57

라즈베리파이 업데이트 시 주의 경고문이 발생했다.

pi@raspberrypi:~ $ sudo apt-get update
Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
Get:5 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58 .8 kB]
Get:6 http://raspbian.raspberrypi.org/raspbian buster/non-free armhf Packages [1 04 kB] Fetched 13.6 MB in 16s (848 kB/s) Reading package lists... Done
N: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' change d its 'Suite' value from 'stable' to 'oldstable'

 

apt-upgrade를 하면 버전이 전체적으로 올라가 작업이 번거러워질 경우

apt-update 리스트 수정을 해주면 해결가능하다.

 

sudo nano /etc/apt/sources.list.d/raspi.list

 

기본 패키지 

deb http://archive.raspberrypi.org/debian/ buster main
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspberrypi.org/debian/ buster main

 

위의 패키지에서 다른 패키지의 주소로 변경하면 가능하다.

 

1번째 방법

deb http://archive.raspberrypi.org/debian/ buster main
deb https://archive.raspberrypi.org/debian/ bullseye main

 

2번째 방법

deb https://deb.debian.org/debian/ bullseye main 
deb https://deb.debian.org/debian-security bullseye-security main contrib non-free non-free-firmware