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

View File

@@ -1,28 +1,28 @@
# apk
> Alpine Linux 包管理工具。
> 更多信息:<https://manned.org/apk>.
> Alpine Linux 包管理工具。
> 更多信息:<https://manned.org/apk>
- 从所有远程仓库更新仓库索引:
- 从所有远程仓库更新软件包索引:
`apk update`
- 安装一个新软件包:
`apk add {{软件包}}`
`apk add {{package}}`
- 除一个软件包:
- 除一个软件包:
`apk del {{软件包}}`
`apk del {{package}}`
- 修复或更新软件包不修改主依赖项:
- 修复一个软件包或在不修改主依赖项的情况下升级它
`apk fix {{软件包}}`
`apk fix {{package}}`
- 通过关键字查找软件包:
- 通过关键字搜索软件包:
`apk search {{关键字}}`
`apk search {{keywords}}`
- 获取指定软件包的相关信息:
- 显示特定软件包的信息:
`apk info {{软件包}}`
`apk info {{package}}`