Skip to content

Instantly share code, notes, and snippets.

@larsch
Last active December 26, 2016 14:46
Show Gist options
  • Save larsch/8308e4d0d5c1aee93bd4 to your computer and use it in GitHub Desktop.
Save larsch/8308e4d0d5c1aee93bd4 to your computer and use it in GitHub Desktop.
List packaged installed in Arch Linux (except base/base-devel)
comm -23 <(pacman -Qq|sort) <(pacman -Qqg base base-devel|xargs -n1 pactree -ul|sort -u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment