pkcon list-install foo.package-list

In newer versions of gnome-packagekit there’s a tool called gpk-service-pack: This tool I’ve explained in the past, and there is now lots of information and diagrams in the help file about how it all works and what the point of the tool is. Anyway, the point of this blog post isn’t to promote service packs; … Continue reading pkcon list-install foo.package-list

LSB Package API

The LSB Package API is an recently suggested interface that allows ISVs to install LSB-compliant applications in such a way that they are integrated into the distribution’s packaging system. This enables users to manage third-party software packages as easily as packages installed from the distributor, and frees ISVs from the need to provide packages for … Continue reading LSB Package API

gpk-application multiple package selection

In 0.1.x PackageKit had a restriction it could operate on only one package at a time. This sucked for a multitude of reasons, the main one being that to install a few packages you had to wait for the preceding one to finish. In an ideal world, we could still query a software list while … Continue reading gpk-application multiple package selection