Ubuntu – How to get security updates for restricted/partner packages

aptofficial-repositoriespackage-managementSecurityupdates

I want to perform just security updates on Ubuntu 12.04 LTS, keeping the rest of the system unchanged. I need to do this from the command line, no the GUI update manager. I have implemented the solution described here, which seems to work great for this purpose. I merely substituted 'precise' for 'lucid' given that I am on 12.04.

My question is: by using apt pinning as described in that answer, will I still receive security updates for packages distributed through the "other" repositories – partner, restricted, multiverse, etc? Or will it only get me updates for the packages in the "core" distribution?

thanks!
~l

Best Answer

The Security Updates includes all the repositories (restricted, multiverse, etc.).

And the solution you say (which is useful and I recommend it) is only to receive Security Updates. But it doesn't include the partners security updates.

I hope I helped you.