diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:18:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:18:38 +0000 |
commit | b81238fa02b2348f3fbb90e4d5e54a3ad8d78ac4 (patch) | |
tree | bf5624f8edc149dca9d78bfa8bcbf2d493c8b128 /doc/examples/configure-index | |
parent | Adding upstream version 2.9.2. (diff) | |
download | apt-b81238fa02b2348f3fbb90e4d5e54a3ad8d78ac4.tar.xz apt-b81238fa02b2348f3fbb90e4d5e54a3ad8d78ac4.zip |
Adding upstream version 2.9.3.upstream/2.9.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 981fe6f..c27a8f8 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -603,6 +603,7 @@ Debug SetupAPTPartialDirectory::AssumeGood "<BOOL>"; Locking "<BOOL>"; Phasing "<BOOL>"; + APT::Solver "<INT">; }; pkgCacheGen @@ -720,6 +721,10 @@ apt::hashes::*::untrusted "<BOOL>"; apt::list-cleanup "<BOOL>"; apt::authentication::trustcdrom "<BOOL>"; apt::solver::strict-pinning "<BOOL>"; +apt::solver::enqueue-common-dependencies "<BOOL>"; +apt::solver::upgrade "<BOOL>"; +apt::solver::remove "<BOOL>"; +apt::solver::install "<BOOL>"; apt::keep-downloaded-packages "<BOOL>"; apt::solver "<STRING>"; apt::planner "<STRING>"; |