Skip to content

Instantly share code, notes, and snippets.

@DuncanHills
Created April 29, 2014 16:34
Show Gist options
  • Save DuncanHills/11405521 to your computer and use it in GitHub Desktop.
Save DuncanHills/11405521 to your computer and use it in GitHub Desktop.
find all conary labels on the current machine
conary q --labels | sed -n -e 's/.*=\(.*\)\/.*/\1/p' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment