logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gdebi - Simple tool to install deb files

Author

       This   manual   page   was   written   by   Gustavo   Franco   <stratus@debian.org>   and  Kartik  Mistry
       <kartik@debian.org>, for the Debian project (but may be used by others).

                                                  Oce 13, 2009                                          GDEBI(1)

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.

Examples

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

Name

       gdebi - Simple tool to install deb 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!).

       --oAPT_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.

See Also

       Homepage: <https://launchpad.net/gdebi/>

Synopsis

gdebi [package.deb]...

return

See Also