Zum Inhalt springen

Gdebi: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „'''gdebi''' - Simple tool to install deb files == Synopsis == gdebi [package.deb]... == Description == gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. It can also resolve build-depends of debian/control files. == Options == --version Show program's version number and exit. -h, --help Show this help message and exit. --n, --non-interactive Run no…“
 
Keine Bearbeitungszusammenfassung
Zeile 36: Zeile 36:
== See Also ==
== See Also ==
# https://launchpad.net/gdebi/
# https://launchpad.net/gdebi/
{{DEFAULTSORT:gdebi}}
{{DISPLAYTITLE:gdebi}}
[[Kategorie:Linux/Befehl]]
[[Kategorie:Debian/Paketverwaltung]]

Version vom 25. April 2026, 06:40 Uhr

gdebi - Simple tool to install deb files

Synopsis

gdebi [package.deb]...

Description

gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. It can also resolve build-depends of debian/control files.

Options

--version Show program's version number and exit.

-h, --help Show this help message and exit.

--n, --non-interactive Run non-interactive (dangerous!).

--o APT_OPTS, --option=APT_OPTS Set an APT configuration option.

--q, --quiet Do not show progress information.

--apt-line Simulate only and print a apt-get install compatible line to stderr.

--root=ROOTDIR Use alternative root dir.

Examples

gdebi foo_1.0_all.deb gdebi foo-1.0/debian/control

See Also

  1. https://launchpad.net/gdebi/