Generating a list of installed packages in Ubuntu
- by Johan
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?