formats

Ubuntu List Installed Packages

Published on December 22, 2010, by + in linux.





How do I list all installed packages in Ubuntu / Debian?


This command will list all installed packages:

dpkg --get-selections

Or do dump this list to a file, try this:

dpkg --get-selections > packages.txt



Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux Ubuntu List Installed Packages