LinuxCommandLibrary

opkg

opkg

TLDR

Install a package

$ opkg install [package]
copy


Remove a package
$ opkg remove [package]
copy


Update the list of available packages
$ opkg update
copy


Upgrade all the installed packages
$ opkg upgrade
copy


Upgrade one or more specific package(s)
$ opkg upgrade [package(s)]
copy


Display information for a specific package
$ opkg info [package]
copy


List all the available packages
$ opkg list
copy

Copied to clipboard