mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 11:52:06 +00:00
Update cheatsheets
This commit is contained in:
29
linux/gdebi
Normal file
29
linux/gdebi
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
|
||||
- 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}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`gdebi --version`
|
||||
Reference in New Issue
Block a user