Still a problem in Lucid.
(apt 0.7.25.3ubuntu3)
Better workaround is just "dpkg -P "
** Changed in: apt (Ubuntu)
Importance: Undecided => Medium
** Changed in: apt (Ubuntu)
Status: Confirmed => Triaged
** Summary changed:
- won't purge deinstalled packages
+ Apt will not purge deinsta
** Changed in: apt (Ubuntu)
Status: New => Confirmed
--
won't purge deinstalled packages
https://bugs.launchpad.net/bugs/244598
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.
I'm sorry if my original report was not clear, my question was solely
about apt-get's behaviour. dpkg of course works as expected.
--
won't purge deinstalled packages
https://bugs.launchpad.net/bugs/244598
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
Yes, it's the expected behaviour... You can also remove them by running:
dpkg --purge `dpkg --get-selections | grep deinstall | cut -f1`
as proposed here:
http://blog.moybella.net/2007/09/05/cleaning-up-after-aptget-remove/
Apart from the above, I agree with you that purge should remove the
config