Skip to content

Instantly share code, notes, and snippets.

@evansd
Created February 4, 2013 12:05
Show Gist options
  • Save evansd/4706374 to your computer and use it in GitHub Desktop.
Save evansd/4706374 to your computer and use it in GitHub Desktop.
# Get installed packages
gzip -dc /var/log/installer/initial-status.gz | \
sed -n 's/^Package: //p' | sort | \
comm -13 - <(apt-mark showmanual | sort)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment