Skip to content

Instantly share code, notes, and snippets.

@ojura
Created November 3, 2017 12:27
Show Gist options
  • Save ojura/fd068e73197319659ec262127dfe3d1b to your computer and use it in GitHub Desktop.
Save ojura/fd068e73197319659ec262127dfe3d1b to your computer and use it in GitHub Desktop.
#!/bin/bash
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