Ich wollte gerne Subversion installieren aber bekomme das absolut nicht hin.
Es gibt lauter Abhängigkeiten welche sich alle nicht lösen lassen. Ich habe jetzt schon dutzende Packete von Hand gezogen und versucht zu installieren, aber das läuft nicht, weil die alle gegenseitig voneinander abhängig sind
Beispiel:
Code: Alles auswählen
Unpacking replacement libdb1-compat ...
dpkg: dependency problems prevent configuration of libdb1-compat:
libdb1-compat depends on libc6 (>= 2.2.5-13); however:
Package libc6 is not configured yet.
Code: Alles auswählen
Unpacking replacement libc6 ...
dpkg: dependency problems prevent configuration of libc6:
libc6 depends on libdb1-compat; however:
Package libdb1-compat is not configured yet.
Code: Alles auswählen
apt-get install subversion
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, subversion is already the newest version.
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.2.5-11.5) but 2.3.2.ds1-16 is to be installed
locales: Depends: glibc-2.2.5-11.5
subversion: Depends: libapr0 (>= 2.0.50) but it is not installable
Depends: libneon24 (>= 0.24.7.dfsg) but it is not installable
Depends: libsvn0 (>= 1.0.6-0.woody.1) but it is not installable
Depends: libxml2 (>= 2.4.19-4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Weiss jemand von Euch Rat?