Ubuntu notes

From Noah.org
Revision as of 01:39, 18 July 2008 by Root (talk | contribs) (New page: Category:Engineering Category:Ubuntu Report which packages need security updates: <pre> apt-get --dry-run upgrade | grep "^Inst" | grep "-security" </pre>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Report which packages need security updates:

apt-get --dry-run upgrade | grep "^Inst" | grep "-security"