Created
December 11, 2014 15:25
-
-
Save cybic/261b42ee742489a5fc4a to your computer and use it in GitHub Desktop.
List installed dpkg-packages from a file backup
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
# To list selections from a file backup | |
$ dpkg --admindir=/path/to/backup/of/var/lib/dpkg/ --get-selections |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment