diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-11 09:36:10 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-11 09:36:10 +0100 |
commit | 38eeaec814307aa0b6dc39ee9119235c13333acf (patch) | |
tree | 95876cfdc6bc410349804a7892ed26999a85cfb0 /doc/apt-get.8.xml | |
parent | 08fe18cccff68fbaf35bd3251f37cee524c073f6 (diff) | |
parent | 3b169b6d1d2111765f57e2f5e6279e99ae523cde (diff) |
Merge tag '1.8.0_rc3'
apt Debian release 1.8.0~rc3
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 81f580c31..b757c3d30 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -356,7 +356,7 @@ <term><option>--assume-yes</option></term> <listitem><para>Automatic yes to prompts; assume "yes" as answer to all prompts and run non-interactively. If an undesirable situation, such as changing a held - package, trying to install a unauthenticated package or removing an essential package + package, trying to install an unauthenticated package or removing an essential package occurs then <literal>apt-get</literal> will abort. Configuration Item: <literal>APT::Get::Assume-Yes</literal>.</para></listitem> </varlistentry> @@ -413,7 +413,7 @@ <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 + the update of an 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, |