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,7 +1,7 @@
# pkg
> Termux 的包管理工具。
> 更多信息:<https://wiki.termux.com/wiki/Package_Management>.
> 更多信息:<https://wiki.termux.com/wiki/Package_Management>
- 升级所有已安装的包:
@@ -9,16 +9,16 @@
- 安装一个包:
`pkg install {{包名}}`
`pkg install {{package}}`
- 卸载一个包:
`pkg uninstall {{包名}}`
`pkg uninstall {{package}}`
- 重新安装一个包:
`pkg reinstall {{包名}}`
`pkg reinstall {{package}}`
- 搜索一个包:
`pkg search {{包名}}`
`pkg search {{package}}`