Skip to content

Instantly share code, notes, and snippets.

@jadams
Created November 8, 2016 07:03
Show Gist options
  • Save jadams/45b55ff5eaf1ebf127c940f173d816e6 to your computer and use it in GitHub Desktop.
Save jadams/45b55ff5eaf1ebf127c940f173d816e6 to your computer and use it in GitHub Desktop.
#!/bin/sh
comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment