diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-28 11:28:40 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-28 11:28:40 +0200 |
commit | c678a0443518aa5e8f328f358fca7b35252df84e (patch) | |
tree | 55527db5a7b314b612a1768b402a24363078af53 /doc | |
parent | c8d49419be9ce10ade643370bf29891f76b5c339 (diff) |
add man-page, improve option, use --with-new-pkgs as the flag
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index cc4e82255..6ccd9e5ec 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -389,6 +389,18 @@ Configuration Item: <literal>APT::Ignore-Hold</literal>.</para></listitem> </varlistentry> + <varlistentry><term><option>--with-new-pkgs</option></term> + <listitem><para>Allow installing new packages when used in + conjunction with <literal>upgrade</literal>. This is useful if + the update of a installed package requires new dependencies to be + installed. Instead of holding the package back <literal>upgrade</literal> + will upgrade the package and install the new dependencies. Note that + <literal>upgrade</literal> with this option will never remove packages, + only allow adding new ones. + Configuration Item: <literal>APT::Get::Upgrade-Allow-New</literal>. + </para></listitem> + </varlistentry> + <varlistentry><term><option>--no-upgrade</option></term> <listitem><para>Do not upgrade packages; when used in conjunction with <literal>install</literal>, <literal>no-upgrade</literal> will prevent packages on the command line |