To put a package to hold:
echo "package_name hold"|dpkg --set-selections
to unhold it:
echo "package_name install"|dpkg --set-selecions
the fellowing will list packages on hold:
dpkg --get-selections "*"|grep -e "hold$"
Just another WordPress site
To put a package to hold:
echo "package_name hold"|dpkg --set-selections
to unhold it:
echo "package_name install"|dpkg --set-selecions
the fellowing will list packages on hold:
dpkg --get-selections "*"|grep -e "hold$"