apt-get hold version

If you want some specific package not to be processed(keep the current version with the current status whatever that is), you can hold it.

hold

1
echo "package_name hold" | dpkg --set-selections

unhold

1
echo "package_name install" | dpkg --set-selecions

References

  1. The Debian GNU/Linux FAQ Chapter 7 - Basics of the Debian package management system