Skip to content

Instantly share code, notes, and snippets.

@bepcyc
Created October 14, 2019 10:22
Show Gist options
  • Select an option

  • Save bepcyc/d99e07b5d955fdf71e4a958fce26c7c0 to your computer and use it in GitHub Desktop.

Select an option

Save bepcyc/d99e07b5d955fdf71e4a958fce26c7c0 to your computer and use it in GitHub Desktop.
Ubuntu find all used PPAs
# "%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