TLDR
Enter a command. For example: pacman upgrade, nologin, isoinfo.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.