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

16
pages.zh/linux/debman.md Normal file
View File

@@ -0,0 +1,16 @@
# debman
> 从未安装的包中读取手册页。
> 更多信息:<https://manned.org/debman.1>。
- 阅读由指定包提供的命令的手册页:
`debman -p {{package}} {{command}}`
- 指定要下载的包版本:
`debman -p {{package}}={{version}} {{command}}`
- 阅读 `.deb` 文件中的手册页:
`debman -f {{path/to/filename.deb}} {{command}}`