OpenWrt 25.12.0-rc to 25.12.0 using apk
本帖最後由 张无忌 於 2026-1-6 08:28 編輯
我以前都是从 OpenWrt 24.10.0 开始,其他师兄都比 24.10.0 之前更加早,不过都是用 ipk 系统,这次第一次用 apk,从 25.12.0-rc1 [1] 开始,打后还有 25.12.0-rc2, 25.12.0-rc3,...,直到 25.12.0。
在 25.12.0-rc1 开始用 apk(Alpine Package Keeper)[3],有很多 opkg(Open Package Management)不一样。- OpenWrt recently switched to the "apk" package manager!
- OPKG Command APK Equivalent Description
- ------------------------------------------------------------------
- opkg install <pkg> apk add <pkg> Install a package
- opkg remove <pkg> apk del <pkg> Remove a package
- opkg upgrade apk upgrade Upgrade all packages
- opkg files <pkg> apk info -L <pkg> List package contents
- opkg list-installed apk info List installed packages
- opkg update apk update Update package lists
- opkg search <pkg> apk search <pkg> Search for packages
複製代碼 ..
Reference:
[1] OpenWRT 24.10.5 及 25.12-rc1 經已釋出
[2] https://lists.openwrt.org/pipermail/openwrt-devel/
[3] Alpine Package Keeper
Others:
https://firmware-selector.openwrt.org/
https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/ |
|
|