On ubuntu netbook remixed the system keeps listing dozens of updates that can be installed.

  1. How do I disable updates for all the unknown programs?
  2. Is there a way to ignore most other than the really important ones?
link|improve this question

57% accept rate
feedback

2 Answers

Ubuntu looks for updates for all the softwares that you have installed on your system so uninstalling ones that you don't need will reduce the number of updates that you see.
Also remove repositories other than the official Canonical repository , this will also reduce the no. of updates available

link|improve this answer
feedback

sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak ?
(You won't be able to install new software until you put this file back.)

Or you can remove the update notifier from the startup applications. (However, it'll try to update stuff when it comes to that.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.