--- aliases: - /2010/01/lock-pin-hold-package-using-apt-on categories: - linux date: 2010-01-07 13:49 layout: post slug: lock-pin-hold-package-using-apt-on title: lock pin hold a package using apt on ubuntu ---

set hold:
echo packagename hold | dpkg --set-selections

check, should be hi :
dpkg -l packagename

unset hold:
echo packagename install | dpkg --set-selections