首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装软件中心

安装软件中心
EN

Ask Ubuntu用户
提问于 2015-04-26 10:41:29
回答 1查看 896关注 0票数 0
代码语言:javascript
复制
root@localhost:~# apt-get install software-center

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: python-gobject (>= 3.0) but it is not going to be installed

Depends: python-gobject-cairo

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

Recommends: gir1.2-launchpad-integration-3.0 but it is not installable

Recommends: sessioninstaller but it is not installable

E: Unable to correct problems, you have held broken packages.
EN

回答 1

Ask Ubuntu用户

发布于 2015-04-26 11:31:41

我认为您在安装软件中心之前尝试安装的软件包可能已经损坏,我建议您检查以下内容。

sudo apt-get purge software-center

那就试试

代码语言:javascript
复制
sudo apt-get update

sudo apt-get install python-gobject-cairo python-aptdaemon.gtk3widgets sessioninstaller -y

作为最后一步

代码语言:javascript
复制
 sudo apt-get install software-center
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/614226

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档