Ubuntu에서 패키지 잠그기/풀기

TIPs 2011. 7. 28. 14:38
원문 : http://nice295.egloos.com/1305825

1. Hold

# echo -e "package hold" | dpkg --set-selections


2.  Unhold

# echo -e "package unhold" | dpkg --set-selections


3. 확인 

#dpkg --get-selections | grep hold

 
: