os:ubuntu:apt:hold
특정 패키지 업데이트 막기
패키지 리스트 조회
업그레이드 hold하기 및 hold해지하기
google-chrome-stable 패키지를 업그레이드를 막고 싶다면
echo "google-chrome-stable hold" | sudo dpkg --set-selections
google-chrome-stable 패키지를 업그레이드를 하고 싶다면
echo "google-chrome-stable install" | sudo dpkg --set-selections
업그레이드 hold 모두 초기화
출처
os/ubuntu/apt/hold.txt · 마지막으로 수정됨: 2021/02/26 20:23 저자 starlits