Skip to content

packagekit: Distinguish between download size and install size

Milan Crha requested to merge wip/mcrha/packagekit-download-size into master

A PackageKit change [1] adds a new API to get both install size and the download size, which can be used to distinguish between the two sizes and give a better idea to the user about the size requirement.

[1] https://github.com/PackageKit/PackageKit/pull/476

Merge request reports