什么:错误破碎计数> 0是什么意思?

我有消息:

Error Broken count >0 Check if you are using third party repositories. If so disable them, since they are a common source of problems. Furthermore run the following command in a Terminal: apt-get install -f Details: The following packages have unmet dependencies: firefox-globalmenu: Depends: firefox (= 19.0+build1-0ubuntu0.12.04.2) but 19.0+build1-0ubuntu0.12.04.1 is installed 

有什么建议?

正如消息所说,您可能有不好的存储库。 您可以删除它们,也可以删除所有存储库,只保留默认存储库。

跑:

gksu software-properties-gtk

这将打开软件源对话框。 单击“其他软件”并删除所有第三方存储库。

会是这样的

之后,运行此命令,看看问题是否已解决:

 sudo apt-get update && sudo apt-get install -f && sudo apt-get update 

只需点击顶部栏上的禁止图标,选择“显示更新”并按照屏幕说明操作:

在此处输入图像描述

通过右键单击它,写入此错误消息:

发生错误,请从右键单击菜单运行Package Manager,或者在终端中使用apt-get查看错误。 错误消息是:’错误:BrokenCount> 0’。 这通常意味着您安装的软件包具有unment依赖性

您也可以使用命令: sudo apt-get install --fix-broken