Dependencies Ubuntu 12.04包依赖项

Dependencies Ubuntu 12.04包依赖项,dependencies,package,ubuntu-12.04,apt-get,Dependencies,Package,Ubuntu 12.04,Apt Get,我有以下问题 :~$ sudo apt-get autoremove 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 :

我有以下问题

:~$ sudo apt-get autoremove 
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.15-0ubuntu10.3)
 libc6:i386 : Depends: libc-bin:i386 (= 2.15-0ubuntu10.3)
 libc6-dbg : Depends: libc6 (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.3 is installed
 libc6-dev : Depends: libc6 (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.3 is installed
             Depends: libc-dev-bin (= 2.15-0ubuntu10.4)
 libc6-dev:i386 : Depends: libc6:i386 (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.3 is installed
                  Depends: libc-dev-bin:i386 (= 2.15-0ubuntu10.4)
                  Recommends: gcc:i386 but it is not installed or
                              c-compiler:i386
 libc6-i386 : Depends: libc6 (= 2.15-0ubuntu10.4) but 2.15-0ubuntu10.3 is installed
E: Unmet dependencies. Try using -f.

我尝试了很多方法,但我不知道如何处理。

对于ubuntu sdk安装,我也有同样的问题,但通常问题来自您作为第三方安装的PPAs。您可以尝试取消选中它们并再次更新,然后重试您想做的事情。(来自软件中心PPAs)

我的感激之情