apt - Remove not configured package
Posted
by
madflow
on Super User
See other posts from Super User
or by madflow
Published on 2013-10-29T08:56:02Z
Indexed on
2013/10/29
10:00 UTC
Read the original article
Hit count: 236
I have a Linux-Mint Debian Edition System. When I install sendmail I get an infinite loop.
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
When I try dpkg --configure -a it is the same.
Now I want to simple remove sendmail from the installation queue - but I can't simply do that, because apt-get always wants to configure sendmail first.
Is there a way to force apt-get to remove sendmail or set it to "configured" - even though the package is not properly configured?
© Super User or respective owner