mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:26:04 +02:00
gdebi: add page (#5204)
This commit is contained in:
parent
5f1ef5bee7
commit
2280a5a6a2
1 changed files with 24 additions and 0 deletions
24
pages/linux/gdebi.md
Normal file
24
pages/linux/gdebi.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# gdebi
|
||||
|
||||
> Simple tool to install `.deb` files.
|
||||
> More information: <https://www.commandlinux.com/man-page/man1/gdebi.1.html>.
|
||||
|
||||
- Install local `.deb` packages resolving and installing its dependencies:
|
||||
|
||||
`gdebi {{path/to/package.deb}}`
|
||||
|
||||
- Display the program version:
|
||||
|
||||
`gdebi --version`
|
||||
|
||||
- Do not show progress information:
|
||||
|
||||
`gdebi {{path/to/package.deb}} --quiet`
|
||||
|
||||
- Set an APT configuration option:
|
||||
|
||||
`gdebi {{path/to/package.deb}} --option={{APT_OPTS}}`
|
||||
|
||||
- Use alternative root dir:
|
||||
|
||||
`gdebi {{path/to/package.deb}} --root={{path/to/root_dir}}`
|
Loading…
Add table
Reference in a new issue