summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:03 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:03 +0000
commitd150b09d5e8bef0f47d350f6147a98a15c795f6a (patch)
tree53dc4853c6a04f3bbabfb379751d5f8652b77a66 /doc
parent0c55d1d210d445b85116ea5add79e25a928d0d5a (diff)
--trivial-only and --no-remove. --trivial-only and --no...
Author: jgg Date: 1999-10-28 05:54:45 GMT --trivial-only and --no-remove. --trivial-only and --no-remove.
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-get.8.yo9
-rw-r--r--doc/examples/apt.conf5
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