Skip to content

Instantly share code, notes, and snippets.

@lgw4
Last active August 29, 2015 14:01
Show Gist options
  • Save lgw4/68972f686f0b624d8ee8 to your computer and use it in GitHub Desktop.
Save lgw4/68972f686f0b624d8ee8 to your computer and use it in GitHub Desktop.
Wrapper script for getting a package list on a Debian-based Linux system
#!/usr/bin/env sh
dpkg --get-selections | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment