软件包软件-在Ubuntu 14.04 LTS上找不到中心。
我试图通过终端安装它,但最终出现了以下错误:
ravip@LP204:~$ sudo apt-get install software-center
[sudo] password for ravip:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
software-center : Depends: software-center-aptdaemon-plugins but it is not going to be installed
Depends: python-gi but it is not going to be installed
Depends: python-gi-cairo but it is not going to be installed
Depends: python-aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-aptdaemon.gtk3widgets but it is not going to be installed
Depends: oneconf (>= 0.2.6) but it is not going to be installed
Recommends: software-properties-gtk but it is not going to be installed
Recommends: sessioninstaller but it is not going to be installed
E: Unable to correct problems, you have held broken packages.所有的Depends和Recommends包都已经安装了&最新版本。
我该怎么解决?
发布于 2017-03-04 10:51:56
转到Ubuntu源列表生成器:
Generate运行以下命令:
sudo apt-get clean && sudo apt-get update && sudo apt-get upgrade
sudo apt-get install software-centerhttps://unix.stackexchange.com/questions/349098
复制相似问题