Open
Avoid update package
apt-mark hold PACKAGE
View hold packages
apt-mark showhold
Remove packge from hold
sudo apt-mark unhold PACKAGE
Avoid update using dpkg
echo "PACKAGE hold" | sudo dpkg --set-selections
See all hold packages
dpkg --get-selections | grep hold
Remove from hold
echo "PACKAGE install" | sudo dpkg --set-selections