2012/10/3 Anish A <[email protected]>: > Hello All, > > Sorry for cross posting. I really needed a solution. > > I have installed debian squeeze on my Asus eeePC (1015 PX). I have > interruped the apt-get update process, while updating to wheezy, very > soon after download of all packages, so that I could update latter. > But, when I resumed the update, the following error message occurs. > > anish@anish-eeepc:~$ sudo apt-get upgrade
when moving to a new release you have to use dist-upgrade, then only it can resolve some depnedencies. Also using aptitude may be better than apt-get. > [sudo] password for anish: > Reading package lists... Done > Building dependency tree > Reading state information... Done > You might want to run 'apt-get -f install' to correct these. > The following packages have unmet dependencies: > libc6 : Depends: libc-bin (= 2.11.2-10) but 2.13-35 is installed > locales : Depends: glibc-2.13-1 but it is not installable > E: Unmet dependencies. Try using -f. > anish@anish-eeepc:~$ sudo apt-get -f install > Reading package lists... Done > Building dependency tree > Reading state information... Done > Correcting dependencies... failed. > The following packages have unmet dependencies: > libc6 : Depends: libc-bin (= 2.11.2-10) but 2.13-35 is installed > locales : Depends: glibc-2.13-1 but it is not installable > E: Error, pkgProblemResolver::Resolve generated breaks, this may be > caused by held packages. > E: Unable to correct dependencies > > I have tried many things that was available online. I could reinstall > and start over. But, in debian, I usually fix problems and go. Please > help. > > -- > Regards, > Anish A > > http://identi.ca/aneeshnl > > *സ്വാതന്ത്ര്യം തന്നെയമൃതം സ്വാതന്ത്ര്യം തന്നെ ജീവിതം > പാരതന്ത്ര്യം മാനികള്ക്ക് മൃതിയെക്കാള് ഭയാനകം > *- മഹാകവി കുമാരനാശാന് > > -- > "Freedom is the only law". > "Freedom Unplugged" > http://www.ilug-tvm.org > > You received this message because you are subscribed to the Google > Groups "ilug-tvm" group. > To control your subscription visit > http://groups.google.co.in/group/ilug-tvm/subscribe > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > > > For details visit the google group page: > http://groups.google.com/group/ilug-tvm?hl=en -- പ്രവീണ് അരിമ്പ്രത്തൊടിയില് You have to keep reminding your government that you don't get your rights from them; you give them permission to rule, only so long as they follow the rules: laws and constitution. -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
