I use a lot of PPA's. I'd like to check if all of them have packages for Saucy before updating.
Is there a program which checks whether my PPAs have packages for a different version of Ubuntu?
I use a lot of PPA's. I'd like to check if all of them have packages for Saucy before updating.
Is there a program which checks whether my PPAs have packages for a different version of Ubuntu?
This can be scripted... It'll need altered versions of two of my previous answers: one to get a list of all the PPAs and another to check if a URL is live. With those two techniques we can build a real launchpad URL and test it.
It's an ugly script but it's so beautiful at the same time.
With the inspiration of @Oli's answer and what I shared here, I've put some scripts together to validate existing PPAs as well as validating given PPA / URL before they are added.
check_all_ppa_validity
also returns a list of failed PPAs, so, these can be removed/disabled if desired.This and more is available on this repo, under
post_install/common_bash_funcs.sh
.I don't know of any software to do that, but from the PPA's webpage it is easy to check, by deploying the list in section "Overview of published packages" (see the image below).
Click to see a higher-resolution image.
If you use really a lot of PPAs, this can get tiring.
Perhaps an internet crawling script might help? With that I couldn't help you much, though.
Image taken from this Q&A in ask.libreoffice.org.