add new chinese translations
This commit is contained in:
24
pages.zh/linux/gdebi.md
Normal file
24
pages.zh/linux/gdebi.md
Normal 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`
|
Reference in New Issue
Block a user