Exclude package from update
To Exclude
apt-mark hold <package>
To unexclude
apt-mark unhold <package>
To list on hold package
dpkg --get-selections | grep "hold"
To Exclude
apt-mark hold <package>
To unexclude
apt-mark unhold <package>
To list on hold package
dpkg --get-selections | grep "hold"