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/netbsd/pkgin.md Normal file
View File

@@ -0,0 +1,28 @@
# pkgin
> 在 NetBSD 上管理 `pkgsrc` 二进制包。
> 更多信息:<https://pkgin.net/#usage>。
- 安装一个包:
`pkgin install {{package}}`
- 移除一个包及其依赖:
`pkgin remove {{package}}`
- 升级所有包:
`pkgin full-upgrade`
- 搜索一个包:
`pkgin search {{keyword}}`
- 列出已安装的包:
`pkgin list`
- 移除不需要的依赖:
`pkgin autoremove`