diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.yo | 9 | ||||
-rw-r--r-- | doc/examples/apt.conf | 5 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/apt-get.8.yo b/doc/apt-get.8.yo index cb716015b..3266581f7 100644 --- a/doc/apt-get.8.yo +++ b/doc/apt-get.8.yo @@ -226,6 +226,15 @@ When on apt-get will automatically manage the contents of reason to turn it off is if you frequently change your source list. See bf(APT::Get::List-Cleanup) +dit(bf(--trivial-only)) +Only perform operations are 'trivial'. Logically this can be considered +related to --assume-yes, where --assume-yes will answer yes to any prompt, +--trivial-only will answer no. See bf(APT::Get::Trivial-Only) + +dit(bf(--no-remove)) +If any packages are to be removed apt-get immediately aborts without +prompting. See bf(APT::Get::No-Remove) + dit(bf(--diff-only), bd(--tar-only)) Download only the diff or tar file of a source archive. diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 2249cadba..bd09694b5 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.39 1999/10/22 04:05:48 jgg Exp $ +// $Id: apt.conf,v 1.40 1999/10/28 05:54:46 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. Most of the options have sane default values, unless @@ -38,6 +38,9 @@ APT No-Download "false"; Purge "false"; List-Cleanup "true"; + ReInstall "false"; + Trivial-Only "false"; + No-Remove "false"; }; Cache |