嘗試安裝 Ubuntu 軟體中心和 Wine 時出錯

嘗試安裝 Ubuntu 軟體中心和 Wine 時出錯

我嘗試透過終端安裝許多應用程序,但得到的只是錯誤。當我輸入:

sudo apt-get install ubuntu-software-center

我得到的只是

alex@alex-NV55C:~$ sudo apt-get install ubuntu-software-center
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ubuntu-software-center

我也嘗試安裝 wine 並在通過終端輸入後

sudo apt-get install wine 

我明白了

alex@alex-NV55C:~$ sudo apt-get install wine
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 : Breaks: libc6:i386 (!= 2.19-0ubuntu6) but 2.19-0ubuntu6.4 is to be installed
 libc6:i386 : Breaks: libc6 (!= 2.19-0ubuntu6.4) but 2.19-0ubuntu6 is to be installed
 wine : Depends: wine1.6 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答案1

嘗試刪除現有的軟體中心,然後使用以下命令進行安裝,

sudo apt-get remove software-center



sudo apt-get install software-center

相關內容