Skip to content

Instantly share code, notes, and snippets.

@nmeylan
Last active August 29, 2015 14:12
Show Gist options
  • Save nmeylan/91ac5db082ac8bc024c5 to your computer and use it in GitHub Desktop.
Save nmeylan/91ac5db082ac8bc024c5 to your computer and use it in GitHub Desktop.
List all audio package (sample)
dpkg-query -l | grep -i audio | grep -oP '[rci]{2}\s{2}\K(\w*[\:\-\.]*\w*)*' | perl -e 's/\n/\s/g' -pi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment