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: 232
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