Return to Snippet

Revision: 13329
at April 20, 2009 04:01 by hlubek


Initial Code
dpkg -l | grep '^i' | awk '{print $2}'

Initial URL

                                

Initial Description

                                

Initial Title
Debian: List installed packages

Initial Tags
linux

Initial Language
Bash