Ubuntu에서 패키지 잠그기/풀기
TIPs 2011. 7. 28. 14:38원문 : http://nice295.egloos.com/1305825
1. Hold
2. Unhold
3. 확인
1. Hold
# echo -e "package hold" | dpkg --set-selections
2. Unhold
# echo -e "package unhold" | dpkg --set-selections
3. 확인
#dpkg --get-selections | grep hold