Last active
August 29, 2015 14:12
-
-
Save nmeylan/91ac5db082ac8bc024c5 to your computer and use it in GitHub Desktop.
List all audio package (sample)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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