11.9 bullseye에서 12 bookworm으로 업그레이드가 있었다.
기존 패키지 업데이트
apt update && apt upgrade -y
apt --purge autoremove
sources.list 파일 편집
vi /etc/apt/sources.list
:%s/bullseye/bookworm
:wq
설치된 패키지 업데이트
apt update
apt upgrade --without-new-pkgs -y
전체 시스템 업그레이드
apt full-upgrade -y
재부팅
reboot
버전 확인
cat /etc/debian_version
필요없는 패키지 삭제
apt --purge autoremove -y
댓글 없음:
댓글 쓰기