1
The following packages unmet dependencies:
 libc6 : Depends: libc-bin (= 2.15-0ubuntu10.3) but 2.15-0ubuntu10.4 already installed   
 libc6-dev : Depends: libc6 (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.3 already installed   
             Depends: libc-dev-bin (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.4 already installed   
 libc6:i386 : Depends: libc-bin (= 2.15-0ubuntu10.3) but 2.15-0ubuntu10.4 already installed  

What is the reason, how to solve?

karel
  • 114,770
Teny Gail
  • 11
  • 1
  • 2
  • 1
    For unmet dependency problem read the answer given here http://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies – Nabil May 30 '13 at 13:07
  • The software you are trying to install depends on an older version of libc6 than you already have installed -- so it can't be installed. What is the software you are trying to install? – chaskes May 31 '13 at 03:19
  • I am trying to install the MockupsForDesktop,but it's failed.When the Ubuntu needs to update,it's also have the same problem! – Teny Gail May 31 '13 at 04:05
  • Can you instead, [edit] your post and add the output of sudo apt-get check? – Braiam Nov 21 '13 at 14:57
  • Check the solution in this url: http://askubuntu.com/a/429236/194426 – Jiejing Zhang Mar 04 '14 at 08:51

1 Answers1

-2

just type the command in the terminal

dpkg --configure libc6
Braiam
  • 67,791
  • 32
  • 179
  • 269