Incerteza Asked: 2015-11-21 18:11:16 +0800 CST2015-11-21 18:11:16 +0800 CST 2015-11-21 18:11:16 +0800 CST Prevent a certain package from autoupdating 772 I'd like to disable/remove autoupdate for the certain packages in a repository. In particular, I want this package to stop autoupdating: I just don't want to install it. Is it possible to prevent it from appearing each time I boot my comp? 14.04 1 Answers Voted Best Answer Clay Hill 2015-11-21T19:00:24+08:002015-11-21T19:00:24+08:00 You can disable it via terminal with apt-mark sudo apt-mark hold onboard to allow updating again use "unhold" sudo apt-mark unhold onboard Extra information: apt-mark manpage man apt-mark A more detailed answer is here
You can disable it via terminal with apt-mark
to allow updating again use "unhold"
Extra information:
man apt-mark