Ubuntu – Why aren’t the PPA’s showing up in the Ubuntu Software Center

ppasoftware-centersoftware-sources

When I add a PPA via Software Sources it normally would show up in the Ubuntu Software Center shortly after. But lately it seems that any PPA I add either won't show up, or takes days to. Does anyone know what could be wrong?

Best Answer

If this is the same bug that's been around for as long as I can remember then you need to run sudo update-apt-xapian-index -f to get the Software Center to update your added repo's. On further research, there are bug reports for this issue not showing added repo's and also for continuing to display repo's that have been removed. Either way, running this code will work for both. As of 13.04 this issue still persists.

Related Question