Created
March 14, 2021 17:59
-
-
Save wooyey/a56e5c77d411dd4f7db2c4f686cec2ec to your computer and use it in GitHub Desktop.
List installed Debian packages
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
| dpkg-query -f '${binary:Package}\n' -W > packages_list.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment