Apt

How to keep a package from updating?

sudo apt-mark hold <package>

How to re-enable a package to be updated?

sudo apt-mark unhold <package>

Found errors? Think you can improve this documentation? Simply click the Edit link at the top of the page, and then the icon on Github to make your changes.