Your message dated Sun, 30 Dec 2007 00:10:25 -0500
with message-id <[EMAIL PROTECTED]>
and subject line "apt-get purge" is documented but does not work
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: apt
Version: 0.7.3
The man page and the apt help in lenny describe the "purge" command,
but "apt-get purge" returns an "invalid operation" error when
run. "apt-get --purge remove" and "dpkg --purge" work as expected.
Cheers,
Allwyn.
[EMAIL PROTECTED]:~# apt-get install apt
Reading package lists... Done
Building dependency tree
Reading state information... Done
apt is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 304 not upgraded.
[EMAIL PROTECTED]:~# dpkg-query -W apt
apt 0.7.3
[EMAIL PROTECTED]:~# apt-get -h | grep purge
purge - Remove and purge packages
[EMAIL PROTECTED]:~# man apt-get | grep -C1 purge
[dselect-upgrade] | [install pkg...] | [remove pkg...] |
[purge pkg...] | [source pkg...] | [build-dep pkg...] | [check]
| [clean] | [autoclean] | [autoremove]}
--
purge
purge is identical to remove except that packages are removed and
purged.
--
--purge
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. Configuration Item: APT::Get::Purge.
[EMAIL PROTECTED]:~# apt-get purge waproamd
E: Invalid operation purge
[EMAIL PROTECTED]:~# apt-get --purge remove waproamd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
waproamd*
--- End Message ---
--- Begin Message ---
this bug has been fixed in apt version 0.7.7.
--- End Message ---