diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-12-16 13:35:52 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-12-16 13:35:52 +0000 |
| commit | 83b23f92d31e3c3e7940f1b4f758a6e0f36e72ce (patch) | |
| tree | eef0e854607763b1a4749e010c9d337c415eafcf /doc | |
| parent | b93156f900ec7bd0f778b1d3a4302441c73b4b52 (diff) | |
| parent | 289ba24fa9dda634e842da9f6beb6d813f810280 (diff) | |
Merge branch 'main' into 'main'
Priority 1000 allows downgrades. Closes #1016967
See merge request apt-team/apt!537
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/apt_preferences.5.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index ec2a9c531..c30655ed6 100644 --- a/doc/apt_preferences.5.xml +++ b/doc/apt_preferences.5.xml @@ -155,9 +155,9 @@ as "ButAutomaticUpgrades: yes".</para> to determine which version of a package to install. <itemizedlist> <listitem><simpara>Never downgrade unless the priority of an available -version exceeds 1000. ("Downgrading" is installing a less recent version -of a package in place of a more recent version. Note that none of APT's -default priorities exceeds 1000; such high priorities can only be set in +version is at least 1000. ("Downgrading" is installing a less recent version +of a package in place of a more recent version. Note that all of APT's +default priorities are less than 1000; higher priorities can only be set in the preferences file. Note also that downgrading a package can be risky.)</simpara></listitem> <listitem><simpara>Install the highest priority version.</simpara></listitem> |
