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

24
pages.zh/linux/gdebi.md Normal file
View File

@@ -0,0 +1,24 @@
# gdebi
> 轻松安装 `.deb` 文件。
> 更多信息:<https://www.commandlinux.com/man-page/man1/gdebi.1.html>。
- 安装本地 `.deb` 软件包,解决并安装其依赖项:
`gdebi {{path/to/package.deb}}`
- 不显示进度信息:
`gdebi {{path/to/package.deb}} --quiet`
- 设置 APT 配置选项:
`gdebi {{path/to/package.deb}} --option={{APT_OPTS}}`
- 使用替代根目录:
`gdebi {{path/to/package.deb}} --root={{path/to/root_dir}}`
- 显示版本:
`gdebi --version`