转自https://blog.csdn.net/idealcitier/article/details/78294137

An error occurred,please run Package Manager from the right-click menu or apt-get in a terminal to see what is wrong.The error message was: 'Error:BrokenCount>0'This usually means that your installed packages have umnet dependencies

出现这样的提示就是在安装软件的过程中,出现了错误,缺少相应的依赖包。

可以使用一下的方法进行解决。

打开Terminal
输入sudo apt-get upgrade
输入sudo apt-get install -f/sudo apt-get -f install
通过以上的命令,缺失的安依赖包也就安装完成了,相应的提示也就消失了。

 

相关文章:

  • 2022-12-23
  • 2021-06-23
  • 2021-09-20
  • 2021-07-25
  • 2022-12-23
  • 2021-08-09
  • 2021-09-28
猜你喜欢
  • 2021-09-28
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-01-22
相关资源
相似解决方案