apt-get doesn't support the purge operation, but is documented.
Bug #125733 reported by
Mathias Gug
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Ubuntu) |
Fix Released
|
Wishlist
|
Michael Vogt |
Bug Description
Binary package hint: apt
On Gutsy, running the command apt-get purge fails with an invalid operation message:
$ sudo apt-get purge hello
E: Invalid operation purge
However, the man page and the help message reference the purge operation:
$ apt-get help
[...]
Commands:
[...]
purge - Remove and purge packages
However, the --purge option is supported by the remove operation:
$ sudo apt-get remove --purge hello
[...]
Removing hello ...
Related branches
Changed in apt: | |
importance: | Undecided → Wishlist |
Changed in apt: | |
assignee: | nobody → mvo |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
I confirm this bug on Gutsy.