Open
Avoid update package
apt-mark hold PACKAGEView hold packages
apt-mark showholdRemove packge from hold
sudo apt-mark unhold PACKAGEAvoid update using dpkg
echo "PACKAGE hold" | sudo dpkg --set-selectionsSee all hold packages
dpkg --get-selections | grep hold
Remove from hold
echo "PACKAGE install" | sudo dpkg --set-selections