apt-get will nicht...

Warum Debian und/oder eine seiner Spielarten? Was muss ich vorher wissen? Wo geht es nach der Installation weiter?
Antworten
J-jayz-Z
Beiträge: 3
Registriert: 10.02.2005 13:16:09

apt-get will nicht...

Beitrag von J-jayz-Z » 10.02.2005 13:23:06

Hi,

ich wollte mir Postfix mit apt-get install postfix installieren.
Bekomme allerdings folgende Fehlermeldung:

Code: Alles auswählen

ingo-test:~# apt-get install postfix
Reading Package Lists... Done
Building Dependency Tree... 50%
Building Dependency Tree... Done
The following packages will be REMOVED:
  exim
The following NEW packages will be installed:
  postfix
0 packages upgraded, 1 newly installed, 1 to remove and 14  not upgraded.
Need to get 0B/766kB of archives. After unpacking 426kB will be used.
Do you want to continue? [Y/n]
Preconfiguring packages ...
dpkg: exim: dependency problems, but removing anyway as you request:
 at depends on mail-transport-agent; however:
  Package mail-transport-agent is not installed.
  Package exim which provides mail-transport-agent is to be removed.
 mailx depends on mail-transport-agent; however:
  Package mail-transport-agent is not installed.
  Package exim which provides mail-transport-agent is to be removed.
(Reading database ... dpkg: error processing exim (--remove):
 files list file for package `pppoe' is missing final newline
Errors were encountered while processing:
 exim
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
auch wenn ich apt-get -f install postfix oder apt-get remove exim oder apt-get remove mailx mache, bekomme ich :

Code: Alles auswählen

Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Kann mir da jemand weiter helfen?
apt-get update habe ich mit einer ziemlich getesteten sources.list gemacht und bei apt-get upgrade kommt das selbe wieder...
Um hilfe würde ich mich freuen! ! !

J-jayz-Z

Benutzeravatar
cray
Beiträge: 112
Registriert: 27.05.2002 01:39:01
Kontaktdaten:

Beitrag von cray » 11.02.2005 08:27:36

mit

Code: Alles auswählen

COLUMNS=200 dpkg -l | grep exim
schauen was alles installiert ist mit

Code: Alles auswählen

dpkg -l | grep ^rc 
sieht man wo noch überbleibsel von versuchten installationen sind diese (konfigurationsdateien) muss man dann auch noch löschen

Code: Alles auswählen

dpkg --purge <das_jeweilige_überbleibsel>
[mailto: rt@debian.sh]
http://www.debian.sh

Value your freedom, or you will lose it, teaches history. "Don't bother us with politics," respond those who don't want to learn.

Richard Stallman

Antworten