opkg - Package manager for OpenWrt

Author:Patrick Pelletier

Synopsis

New in version 1.1.

Manages OpenWrt packages

Options

parameter required default choices comments
name yes
    name of package to install/remove
    state no present
    • present
    • absent
    state of the package
    update_cache no no
    • yes
    • no
    update the package db first

    Examples


    - opkg: name=foo state=present
    - opkg: name=foo state=present update_cache=yes
    - opkg: name=foo state=absent
    - opkg: name=foo,bar state=absent

    Table Of Contents

    Previous topic

    openbsd_pkg - Manage packages on OpenBSD.

    Next topic

    pacman - Manage packages with pacman