From: Eugene V. Lyubimkin Date: Thu, 6 Nov 2008 21:04:40 +0000 (+0200) Subject: doc/apt-get.8.xml: advanced descriptions for 'remove' and 'purge'. X-Git-Tag: 0.7.21~64^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/861aa1bdf1a895fa8e437abfe992c5d33e5f0fcb?ds=sidebyside doc/apt-get.8.xml: advanced descriptions for 'remove' and 'purge'. --- diff --git a/debian/changelog b/debian/changelog index 9dd22caf4..1f39db3b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ apt (0.7.18) unstable; urgency=low * doc/sources.list.5.xml: - Fixed typo and grammar in 'sources.list.d' section. Thanks to Timothy G Abbott . (Closes: #478098) + * doc/apt-get.8.xml: + - Advanced descriptions for 'remove' and 'purge' options. + (Closes: #274283) -- Eugene V. Lyubimkin Thu, 06 Nov 2008 22:18:15 +0200 diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 73bacf09b..325f1964d 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -213,14 +213,15 @@ remove remove is identical to install except that packages are - removed instead of installed. If a plus sign is appended to the package + removed instead of installed. Note the removing a package leaves its + configuration files in system. If a plus sign is appended to the package name (with no intervening space), the identified package will be installed instead of removed. purge purge is identical to remove except that packages are - removed and purged. + removed and purged (any configuration files are deleted too). source @@ -419,7 +420,8 @@ Use purge instead of remove for anything that would be removed. An asterisk ("*") will be displayed next to packages which are - scheduled to be purged. + scheduled to be purged. is equivalent for + command. Configuration Item: APT::Get::Purge.