Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-29 00:23:20 +00:00
parent 42ee16d1f0
commit 0b27d7dda4
118 changed files with 277 additions and 228 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# gdebi
> Easily install `.deb` files.
> More information: <https://www.commandlinux.com/man-page/man1/gdebi.1.html>.
> More information: <https://manned.org/gdebi>.
- Install local `.deb` packages resolving and installing its dependencies:
@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
- Do not show progress information:
`gdebi {{path/to/package.deb}} --quiet`
`gdebi {{path/to/package.deb}} {{[-q|--quiet]}}`
- Set an APT configuration option:
`gdebi {{path/to/package.deb}} --option={{APT_OPTS}}`
`gdebi {{path/to/package.deb}} {{[-o|--option]}} {{APT_OPTS}}`
- Use alternative root dir:
`gdebi {{path/to/package.deb}} --root={{path/to/root_dir}}`
`gdebi {{path/to/package.deb}} --root {{path/to/root_dir}}`
- Display version: