【OpenWrt】包管理

Posted by 西维蜀黍 on 2022-03-19, Last Modified on 2023-05-02
# 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

Reference


TOC