Handles packages installed by apt-get on Debian-based systems.
pkg_apt = { "foopkg": { "installed": True, # default }, "bar": { "installed": False, }, }
See also
The list of generic builtin item attributes
True when the package is expected to be present on the system; False if it should be purged.