add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/opkg.md Normal file
View File

@@ -0,0 +1,28 @@
# opkg
> 一个轻量级的包管理器,用于安装 OpenWrt 包。
> 更多信息:<https://openwrt.org/docs/guide-user/additional-software/opkg>。
- 安装一个包:
`opkg install {{package}}`
- 移除一个包:
`opkg remove {{package}}`
- 更新可用包的列表:
`opkg update`
- 升级一个或多个特定的包:
`opkg upgrade {{package(s)}}`
- 显示特定包的信息:
`opkg info {{package}}`
- 列出所有可用的包:
`opkg list`