尝试安装 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

相关内容