
opkg
List of commands for opkg:
-
opkg:tldr:6dd43 opkg: Display information for a specific package.$ opkg info ${package}try on your machineexplain this command
-
opkg:tldr:7c5c0 opkg: Upgrade one or more specific package(s).$ opkg upgrade ${package(s)}try on your machineexplain this command
-
opkg:tldr:81399 opkg: Upgrade all the installed packages.$ opkg upgradetry on your machineexplain this command
-
opkg:tldr:ba9d6 opkg: List all the available packages.$ opkg listtry on your machineexplain this command
-
opkg:tldr:e217a opkg: Install a package.$ opkg install ${package}try on your machineexplain this command
-
opkg:tldr:eaaab opkg: Update the list of available packages.$ opkg updatetry on your machineexplain this command
-
opkg:tldr:f0672 opkg: Remove a package.$ opkg remove ${package}try on your machineexplain this command