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

12
pages.zh/linux/pkgadd.md Normal file
View File

@@ -0,0 +1,12 @@
# pkgadd
> 将软件包添加到 CRUX 系统中。
> 更多信息:<https://docs.oracle.com/cd/E88353_01/html/E72487/pkgadd-8.html>。
- 安装本地软件包:
`pkgadd {{package}}`
- 从本地软件包更新已安装的软件包:
`pkgadd -u {{package}}`