On 12-Jun-2000 Chris Mason wrote: > I'm trying to install postfix and remove exim, I am having a problem because > "apt-get remove exim" fails because there are dependent programs. I don't > care, I would like to force the removal and then install postfix but even > "apt-get -f remove exim" fails. Is there a way to forcilble remove exim?
Try "dpkg --force-depends --purge exim".