opkg package items

Handles packages installed by opkg on OpenWRT/LEDE.

pkg_opkg = {
    "foopkg": {
        "installed": True,  # default
    },
    "bar": {
        "installed": False,
    },
}



Attribute reference

See also: The list of generic builtin item attributes


installed

True when the package is expected to be present on the system; False if it should be removed.