Generating a list of installed packages in Ubuntu

Posted by Johan on Server Fault See other posts from Server Fault or by Johan
Published on 2010-04-19T07:38:53Z Indexed on 2010/04/19 7:43 UTC
Read the original article Hit count: 202

Filed under:
|
|

I want to backup my list of manually selected packages in Ubuntu, without listing packages installed as dependencies. For example,

dpkg --get-selections

returns a complete list of all installed packages, manually selected as well as dependencies. How can I filter dependencies?

© Server Fault or respective owner

Related posts about debian

Related posts about ubuntu