13.53. cdist-type__package_opkg(7)

13.53.1. NAME

cdist-type__package_opkg - Manage packages with opkg

13.53.2. DESCRIPTION

opkg is usually used on OpenWRT to manage packages.

13.53.3. REQUIRED PARAMETERS

None

13.53.4. OPTIONAL PARAMETERS

name
If supplied, use the name and not the object id as the package name.
state
Either “present” or “absent”, defaults to “present”

13.53.5. EXAMPLES

# Ensure lsof is installed
__package_opkg lsof --state present

# Remove obsolete package
__package_opkg dnsmasq --state absent

13.53.6. SEE ALSO

cdist-type__package(7)

13.53.7. AUTHORS

Giel van Schijndel <giel+cdist--@--mortis.eu>

13.53.8. COPYING

Copyright (C) 2012 Giel van Schijndel. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).