2021-01-30 19:28:36 +00:00
|
|
|
# gdebi
|
|
|
|
|
2024-02-25 10:46:24 +00:00
|
|
|
> Easily install `.deb` files.
|
2021-01-30 19:28:36 +00:00
|
|
|
> 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}}`
|
|
|
|
|
|
|
|
- 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}}`
|
2024-01-30 04:55:24 +00:00
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`gdebi --version`
|