2013-07-08 47 views
0

我有以下問題的Ubuntu 12.04包依賴

:~$ 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. 

我嘗試了很多方法,但我不知道該怎麼處理。

回答

0

我對ubuntu sdk install有同樣的問題,但通常問題來自您安裝的第三方PPA。你可以嘗試取消選中它們並更新againg,而不是再次嘗試你想做的事情。 (來自軟件中心PPA)。

我的感激之情..