System Grab Bag

View all TLDR pages from Linux (or from all pages)

opkg

A lightweight package manager used to install OpenWrt packages. More information: https://openwrt.org/docs/guide-user/additional-software/opkg.
  • Install a package:
    opkg install {{package}}
  • Remove a package:
    opkg remove {{package}}
  • Update the list of available packages:
    opkg update
  • Upgrade all the installed packages:
    opkg upgrade
  • Upgrade one or more specific package(s):
    opkg upgrade {{package(s)}}
  • Display information for a specific package:
    opkg info {{package}}
  • List all the available packages:
    opkg list

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.