diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-03-22 10:07:49 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-03-22 10:07:49 +0000 |
| commit | 2534288b97c5e0dfd0bf900c32166b5595e5bbe7 (patch) | |
| tree | bf0bdaa4d405dfda6e527d11ad027ca8d90aeba5 /doc/apt.8.xml | |
| parent | 1c1d8b26f067e7a1f7740718c0ded84ec8a386cb (diff) | |
| parent | 16a8cbb11305adff4fff0f30270feb3faf5a59ce (diff) | |
Merge branch '1065831-apt_upgrade_documentation' into 'main'
Update documentation for apt-get upgrade with pkg arg
See merge request apt-team/apt!334
Diffstat (limited to 'doc/apt.8.xml')
| -rw-r--r-- | doc/apt.8.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/apt.8.xml b/doc/apt.8.xml index b897369b2..51ed820dc 100644 --- a/doc/apt.8.xml +++ b/doc/apt.8.xml @@ -59,14 +59,18 @@ packages will never be removed. If an upgrade for a package requires the removal of an installed package the upgrade for this package isn't performed. - </para></listitem> + </para> + <para>When a package is supplied as an argument, the package will be + installed prior to the upgrade action.</para> + </listitem> </varlistentry> <varlistentry><term><option>full-upgrade</option> (&apt-get;)</term> <listitem><para><literal>full-upgrade</literal> performs the function of upgrade but will remove currently installed packages if this is needed to upgrade the system as a whole. - </para></listitem> + </para><para>When a package is supplied as an argument, the package will + be installed prior to the upgrade action.</para></listitem> </varlistentry> <varlistentry><term><option>install</option>, <option>reinstall</option>, <option>remove</option>, <option>purge</option> (&apt-get;)</term> |
