Bekomme courier nicht auf einem Debian deinstalliert
Posted: 2004-10-29 21:14
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
ein apt-get -f install bringt mir :
Wie bekomme ich den courier deinstalliert ???
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:~# 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:~#