diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-31 14:34:50 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-31 14:34:50 +0200 |
commit | 06d79436542ccf3e9664306da05ba4c34fba4882 (patch) | |
tree | a1d2fdb1891152e56114998c380b36bd5a281bd3 | |
parent | 7146a53c4c6803bff0ddec739f5ca83231cb2b14 (diff) |
(thanks to Joey Hess)
* document --install-recommends and --no-install-recommends
(thanks to Dereck Wonnacott, LP: #126180)
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f040d6cdf..0f78f6d5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,7 +23,9 @@ apt (0.7.15) UNRELEASED; urgency=low (thanks to Arnaud Ebalard, closes: #485964) * add DPkg::NoTriggers option so that applications that call apt/aptitude (like the installer) defer trigger processing - (thanks to Joey Hess) + (thanks to Joey Hess) + * document --install-recommends and --no-install-recommends + (thanks to Dereck Wonnacott, LP: #126180) -- diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 329a46c51..edb74270b 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -313,6 +313,14 @@ Configuration Item: <literal>APT::Get::Compile</literal>.</para></listitem> </varlistentry> + <varlistentry><term><option>--install-recommends</option></term> + <listitem><para>Also install recommended packages.</para></listitem> + </varlistentry> + + <varlistentry><term><option>--no-install-recommends</option></term> + <listitem><para>Do not install recommended packages.</para></listitem> + </varlistentry> + <varlistentry><term><option>--ignore-hold</option></term> <listitem><para>Ignore package Holds; This causes <command>apt-get</command> to ignore a hold placed on a package. This may be useful in conjunction with |