【笔记】Opkg学习笔记

Preface

The opkg tool (a variant of ipkg) is a lightweight package manager used to download and install OpenWrt packages from local or internet software repositories. (OpenWRT Official Website)

Updating Software Sources

1
opkg update

Installing Packages

<package_name>: Package name

1
opkg install <package_name>

Updating Packages

1
opkg upgrade <package_name>

Updating all packages

1
opkg upgrade

Completion

References

OpenWRT