11

Is there a way to search though LaunchPad's PPAs for a certain package name? For instance if I was looking for PPAs with Firefox packages I could search for "firefox" and retrieve a list of all the PPAs which contain a firefox package.

Jorge Castro
  • 71,754
Marco Ceppi
  • 48,101

4 Answers4

12

You can search for PPAs matching software or package in the following link

https://launchpad.net/ubuntu/+ppas

alt text

karthick87
  • 81,947
7

Y PPA Manager is a standalone programme that can be used to search PPAs for a certain package. Once some PPAs are found, you can easily list the packages and see what other packages (and their versions) that PPA provides. It also allows for much more precise ("deep") searches than the Launchpad web interface.

You can install the package from the ppa:webupd8team/y-ppa-manager PPA.

landroni
  • 5,941
  • 7
  • 36
  • 58
Alin Andrei
  • 7,348
3

ppasearch looks handy for command line environments.

Jorge Castro
  • 71,754
  • Appears to be a ruby script which scrapes the https://launchpad.net/ubuntu/+ppa However, it's nice that it provides further drilldown – Marco Ceppi Dec 06 '10 at 14:22
  • I find it disappointing that Ruby developers often make programs that would be much better suited as simply shell scripts. – Rucent88 Apr 14 '14 at 05:37
1

https://launchpad.net/ubuntu/+ppas?name_filter=gjots2 will show you PPA that ship the gjots2 package, for example. No need to install any additional tools.

Rolf
  • 11