diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-11-17 16:29:09 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-11-17 17:32:18 +0100 |
commit | 891efe3b201a104445ea723a3a5b9b434a78c364 (patch) | |
tree | 11d963be1d3141e311d200b22e00c3717219781b /doc | |
parent | f4c4f057665adf5d26b6d83be30362fcd837db22 (diff) |
Do not remove Essential/Protected due to dependencies
Suggesting the removal of Essential and Protected packages as a
solution leads to situations where YouTubers end up removing their
desktop.
Let's not remove such packages ourselves.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index f05981045..ce51153c3 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -74,6 +74,7 @@ APT Allow-Downgrades "<BOOL>"; Allow-Change-Held-Packages "<BOOL>"; Allow-Remove-Essential "<BOOL>"; + Allow-Solver-Remove-Essential "<BOOL>"; Assume-Yes "<BOOL>"; // not as dangerous, but use with care still Assume-No "<BOOL>"; Trivial-Only "<BOOL>"; |