Skip to content

Instantly share code, notes, and snippets.

@bencevans
Created March 25, 2016 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bencevans/f9c7cf0fbd32ec30f8dd to your computer and use it in GitHub Desktop.
Save bencevans/f9c7cf0fbd32ec30f8dd to your computer and use it in GitHub Desktop.
tasksel --task-packages ubuntu-desktop | sort > /tmp/base
dpkg --get-selections | awk '{print $1}' | sort >/tmp/selections
diff -u /tmp/base /tmp/selections | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment