Hallo ich habe Debian 3.0 und bekomme beim versuch spamassassin zu installieren folgende Fehlermeldung:
cserver103:~# apt-get install spamassassin
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
spamassassin: Depends: debconf (>= 1.2.0) but 1.0.32 is to be installed
E: Sorry, broken packages
cserver103:~#
Wo drann kann das liegen was muß ich machen??
Danke Holger
Installation spamassassin
-
- Posts: 90
- Joined: 2003-10-28 22:37
- Location: Karlsruhe
Re: Installation spamassassin
Code: Select all
Sorry, but the following packages have unmet dependencies:
spamassassin: Depends: debconf (>= 1.2.0) but 1.0.32 is to be installed
E: Sorry, broken packages
-
- Moderator
- Posts: 2015
- Joined: 2003-06-27 14:37
- Location: Germering
Re: Installation spamassassin
Du mußt debconf aktualisieren. Am besten aus einem Backport von backports.orgHollg2000 wrote:Wo drann kann das liegen was muß ich machen??
z.B.
Code: Select all
echo "deb http://www.backports.org/debian stable debconf" >> /etc/apt/sources.list
apt-get update && apt-get install debconf
Gruß Christian
BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
-
- Posts: 55
- Joined: 2004-06-13 11:59
- Location: Hamburg
Re: Installation spamassassin
Oder alternativ die frisch releaste Stable-Version "Sarge" verwenden und das System upgraden ;)
-
- Posts: 17
- Joined: 2004-07-03 18:39
Re: Installation spamassassin
Und wie mache ich das???M.C.S. wrote:Oder alternativ die frisch releaste Stable-Version "Sarge" verwenden und das System upgraden ;)