Bekomme courier nicht auf einem Debian deinstalliert

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
grandmasterb10
Posts: 4
Joined: 2004-10-29 21:09
 

Bekomme courier nicht auf einem Debian deinstalliert

Post by grandmasterb10 »

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)

ein apt-get install postfix bringt mir

Code: Select all

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:~# 
ein apt-get -f install bringt mir :

Code: Select all

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:~# 
Wie bekomme ich den courier deinstalliert ???
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
 

Re: Bekomme courier nicht auf einem Debian deinstalliert

Post by dodolin »

Code: Select all

apt-get remove courier-faxmail
apt-get install postfix
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.
grandmasterb10
Posts: 4
Joined: 2004-10-29 21:09
 

Re: Bekomme courier nicht auf einem Debian deinstalliert

Post by grandmasterb10 »

ein apt-get remove courier-faxmail hatte ich auch schon gemacht. Bringt aber nur

Code: Select all

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 ???