라즈베리파이 업데이트 시 주의 경고문이 발생했다.
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
'알뜰살뜰 정보 > Raspberry PI' 카테고리의 다른 글
[Raspberry Pi] 라즈베리파이에서 파이썬 삭제하기 (1) | 2022.07.26 |
---|---|
(실행에러) Permission denied: '/dev/ttyAMA0' 에러 (0) | 2022.01.19 |
(실행 에러) end kernel panic -not syncing: VFS: Unable to mount root fs on unknown-block(179,2) ] (0) | 2021.07.30 |
files list file for package 'raspberrypi-kernel' is missing final newline 에러 발생 시 (0) | 2020.12.24 |
WebIOPi not working index.html && WebIOPi 설치 방법 (0) | 2020.09.09 |