From 1a6a7a9baa20492812044021273f8675ef40dffa Mon Sep 17 00:00:00 2001 From: Daniel Burrows Date: Sat, 1 Dec 2007 13:08:10 -0800 Subject: Document the new behavior of safe-upgrade and the --no-new-installs option. --- doc/en/manpage.xml | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) (limited to 'doc/en/manpage.xml') diff --git a/doc/en/manpage.xml b/doc/en/manpage.xml index f590b776..8a886ee7 100644 --- a/doc/en/manpage.xml +++ b/doc/en/manpage.xml @@ -407,20 +407,21 @@ - Upgrades installed packages to their most recent - version. Installed packages will not be removed - unless they are unused (see the section Managing Automatically - Installed Packages in the &aptitude; - reference manual); packages which are not currently - installed will not be installed. + Upgrades installed packages to their most recent version. + Installed packages will not be removed unless they are + unused (see the section Managing Automatically Installed + Packages in the &aptitude; reference + manual). Packages which are not currently installed may + be installed to resolve dependencies unless the --no-new-installs + command-line option is supplied. - It is sometimes necessary to remove or install one - package in order to upgrade another; this command is not - able to upgrade packages in such situations. Use the - full-upgrade command to upgrade as many packages as possible. @@ -873,6 +874,26 @@ i A texlive-latex-extra Conflicts textopo + + + --no-new-installs + + + + + If present, causes safe-upgrade to not + install any new packages. This mimics the historical + behavior of apt-get upgrade. + + + + This corresponds to the configuration option + Aptitude::CmdLine::Safe-Upgrade::No-New-Installs. + + + + --purge-unused -- cgit v1.2.3