Show and search list of installed packages (Ubuntu)
Saturday, January 2nd, 2010
To show the complete list:
dpkg --get-selections
To filter the list
dpkg --get-selections | grep XXX
You can leave a response, or trackback from your own site.
Tags: linux, ubuntu
Posted in: Development, quick tips
