Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gdebi(1) [debian man page]

GDEBI(1)						      General Commands Manual							  GDEBI(1)

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. 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. SEE ALSO Homepage: <https://launchpad.net/gdebi/> 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)

Check Out this Related Man Page

DEBGET(1)						   Debian-goodies documentation 						 DEBGET(1)

NAME
debget - Fetch a .deb for a package in APT's database SYNOPSIS
debget package [package ...] DESCRIPTION
debget fetches a .deb for one or more packages from an Debian mirror. It uses apt-get(1) to find out the URL so it will download the same version from the same server as apt-get would do. The .deb will be downloaded with curl(1) and stored in your current working directory. KNOWN BUGS
debget will not work for packages that are available in apt-get's cache. If you need that functionality please use the .download option in aptitude. AUTHOR
Matt Zimmerman <mdz@debian.org> This manpage was written by Frank Lichtenheld <frank@lichtenheld.de>. COPYRIGHT AND LICENCE
Copyright (C) 2001 Matt Zimmerman <mdz@debian.org>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. On Debian systems, a copy of the GNU General Public License may be found in /usr/share/common-licenses/GPL. SEE ALSO
apt-get(1), curl(1) perl v5.14.2 2012-03-21 DEBGET(1)
Man Page