How to programmatically fetch a list of applications from the Software Center

Posted by David Planella on Ask Ubuntu See other posts from Ask Ubuntu or by David Planella
Published on 2012-05-18T16:59:15Z Indexed on 2012/11/22 11:14 UTC
Read the original article Hit count: 245

Im writing a PyGI app where I'd like to show a list of matching applications from the Ubuntu Software Centre in an auto-completion text entry or dropdwon. I haven't yet figured out the best way to present the information, I just want to make it easier for the user to type the name of an application.

But before that, I'd like to figure out how to get the data. Is there an API to get a list of all applications from the Software Centre, or indirectly through the Applications Dash in Unity?

© Ask Ubuntu or respective owner

Related posts about software-center

Related posts about python