Files
community.general/library/packaging
James Cammarata 0d408ff295 Use low-level package objects in the apt module to check installed state
Packages which are half-installed are not adequately represented by
the .is_installed field of the apt.package.Package object. By using the
lower-level apt_pkg.Package object (which provides the .current_state
field), we can check for a partially-installed state more accurately.

Fixes #3421
2013-09-11 23:33:59 -05:00
..
2013-08-03 14:22:38 -04:00
2013-06-30 18:54:32 -04:00
2013-09-09 15:17:43 -05:00
2013-07-16 09:17:57 +02:00