首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >统一控制中心自行卸载

统一控制中心自行卸载
EN

Ask Ubuntu用户
提问于 2014-07-18 20:31:26
回答 2查看 11.3K关注 0票数 1

我不知道它是如何卸载的,因为我以前有过它,但是当我再次安装它时,我会得到以下错误:

代码语言:javascript
复制
oierlauzi@akerbeltz:~$ sudo apt-get install unity-control-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:

 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

我读过几个答案,但没有一个能解决我的问题。我也不能用天赋来解决这个问题。

EN

回答 2

Ask Ubuntu用户

发布于 2014-12-11 20:30:52

当我升级到ubuntu14.04时,我遇到了很多像这样的严重错误。在更新过程中,许多软件源被停用,需要通过进入软件中心再次激活它们。编辑->软件资源->其他软件,并再次检查所有的来源.

票数 1
EN

Ask Ubuntu用户

发布于 2014-07-18 21:59:31

您可以先尝试以下方法:

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

最后两行只是为了确保存储库和缓存以及没有错误。另一种方式是:

代码语言:javascript
复制
sudo apt-get --fix-missing install

另一种方法是实际安装它们所依赖的软件包。

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

https://askubuntu.com/questions/499663

复制
相关文章

相似问题

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