Created
December 22, 2008 21:59
-
-
Save mileszs/39144 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List Installed Packages | |
# This is a Debian-based tip. | |
dpkg --get-selections | |
# This can be used to grep for certain packages: | |
dpkg --get-selections | grep php | |
# It could be used to generate a file of installed packages: | |
dpkg --get-selections > installed-packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment