Created
September 24, 2014 07:13
-
-
Save milabs/9e45af1abf6d05a7b84d to your computer and use it in GitHub Desktop.
How to prevent updating of a specific package?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# echo "chromium-browser hold" | sudo dpkg --set-selections | |
# dpkg --get-selections | grep chromium... | |
# echo "chromium-browser install" | sudo dpkg --set-selections |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment