Created
October 14, 2019 10:22
-
-
Save bepcyc/d99e07b5d955fdf71e4a958fce26c7c0 to your computer and use it in GitHub Desktop.
Ubuntu find all used PPAs
This file contains hidden or 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
| # "%200O" is required to print a full name of the "origin", i.e. PPA name | |
| aptitude search '?narrow(?installed, ~Oppa)' -F "%200O" | sort -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment