DebianLinux-FAQ

Graphical Package Installer for Debian

Simple tool to install deb files
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 has a graphical user interface but can be used in your terminal.


hoge@debian:~$ gdebi
/usr/lib/python2.4/site-packages/apt/__init__.py:17: FutureWarning?: apt API not stable yet

  warnings.warn("apt API not stable yet", FutureWarning)

Usage: /usr/bin/gdebi [package.deb]

To use the graphical user interface, right-click
on a '.deb' software package in the file browser
and select: Open with 'GDebi Package Installer'.


hoge@debian:~$ man gdebi
NAME

       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.

AUTHOR

       This  manual  page  was written by Gustavo Franco <stratus@debian.org>,
for the Debian project (but may be used by others).
                                 Dec 23, 2005