Skip to content

Instantly share code, notes, and snippets.

@wooyey
Created March 14, 2021 17:59
Show Gist options
  • Select an option

  • Save wooyey/a56e5c77d411dd4f7db2c4f686cec2ec to your computer and use it in GitHub Desktop.

Select an option

Save wooyey/a56e5c77d411dd4f7db2c4f686cec2ec to your computer and use it in GitHub Desktop.
List installed Debian packages
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