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



Related posts:

  1. SETI@home in Ubuntu Linux 10.10
  2. Install Fonts in Ubuntu Linux
  3. Install Sun Java in Ubuntu

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
© Copyleft scottlinux.com CC BY-SA 3.0