Ich habe folgendes Problem.
Bin Anfänger und wollte mir einen mailserver aufspielen.
Nun habe ich folgendes Problem :
Möchte gerne courier deinstallieren und Postfix mit cyrus installieren ( da ich mit courier nicht klarkomme/es nicht läuft)
Server:~# apt-get install postfix
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
courier-faxmail: Depends: courier-mta (>= 0.45.6.20040712) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Server:~#
Server:~# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
courier-mta
The following NEW packages will be installed:
courier-mta
0 packages upgraded, 1 newly installed, 0 to remove and 299 not upgraded.
7 packages not fully installed or removed.
Need to get 0B/2076kB of archives. After unpacking 5882kB will be used.
Do you want to continue? [Y/n] Y
Preconfiguring packages ...
(Reading database ... 32070 files and directories currently installed.)
Unpacking courier-mta (from .../courier-mta_0.47-3_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/courier-mta_0.47-3_i386.deb (--unpack):
trying to overwrite `/usr/bin/addcr', which is also in package ucspi-tcp
Errors were encountered while processing:
/var/cache/apt/archives/courier-mta_0.47-3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Server:~#
BTW: Du scheinst kein Woody laufen zu haben, sondern irgendwas mit testing/unstable. Das sollte man nur dann tun, wenn man weiß, was man tut. Deine Frage lässt aber schließen, dass du eben NICHT weißt, was du tust.
PS: Nach Allgemein verschoben, da Paketmanagement nicht ins MTA-Forum gehört.
Server:~# apt-get remove courier-faxmail
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
at: Depends: mail-transport-agent
courier-imap: Depends: exim4 but it is not going to be installed or
mail-transport-agent
courier-maildrop: Depends: exim4 but it is not going to be installed or
mail-transport-agent
courier-pop: Depends: exim4 but it is not going to be installed or
mail-transport-agent
mailman: Depends: exim4 but it is not going to be installed or
mail-transport-agent
mailx: Depends: mail-transport-agent
mutt: Depends: exim but it is not going to be installed or
mail-transport-agent
sqwebmail: Depends: exim4 but it is not going to be installed or
mail-transport-agent
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Server:~#
Du scheinst kein Woody laufen zu haben, sondern irgendwas mit testing/unstable.
Du hast Recht. Habe kein Woody am laufen, sondern Sarge. Gibt es denn keinen "harten" Weg, um den "rotz" zu entfernen ???