Linux Debian - unmet dependencies -


how can remove unmet dependencies on linux debian?

result of apt-get -f install following:

reading package lists... done

building dependency tree

reading state information... done

correcting dependencies... failed.

the following packages have unmet dependencies:

libc-bin: breaks: libc6 (< 2.10) 2.7-18lenny7 installed

libc-dev-bin: depends: libc6 (> 2.13) 2.7-18lenny7 installed

            recommends: manpages-dev not installed 

libssh2-1: depends: libgcrypt11 (>= 1.4.2) 1.4.1-1 installed

libssh2-1-dev: depends: libssh2-1 (= 0.18-1) 1.2.6-1 installed

locales: depends: glibc-2.13-1

nscd: depends: libc6 (> 2.13) 2.7-18lenny7 installed

e: error, pkgproblemresolver::resolve generated breaks, may caused held packages.

e: unable correct dependencies

uname -r result:

2.6.18-274.7.1.el5.028stab095.1

i tried apt-get remove libssh2-1, apt-get remove libc-dev-bin etc. doesn't work me. it's annoying , cannot install other packages.

any suggestions how can fix that?

try follow step 1 1

apt-get autoclean

apt-get -f install

dpkg --configure -a

apt-get -f install

apt-get -u dist-upgrade

or try "aptitude" instead of "apt-get"


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -