25

I'm testing PPAs, so I commonly use ppa-purge, that restores my default versions. But I always have problem with the ppa name. What do I need to put as argument for ppa-purge?

I always used my browser to check name on launchpad, but what about when I'm without internet and I can't start X. Org server?

For xorg-edgers I know that ppa:xorg-edgers/ppa what about others? Let's say, I know that I have PPA of X-Updates. How do I find out the name of this PPA so I could use with ppa-purge, without using browser

So the name should be something like ppa:NAME/ppa? How to get this NAME?

jrg
  • 61,707
gsedej
  • 5,024

2 Answers2

9

This command will list all the PPA repositories you have configured

grep ppa /etc/apt/sources.list /etc/apt/sources.list.d/*

Alternatively, you can check the repository of a given package

apt-cache policy [package-name]
Adam Byrtek
  • 9,861
3

I recommend using "Y PPA Manager" which has (among others) one nifty feature: it can list all packages from a ppa enabled on your computer.

ygns
  • 61