一、问题描述:
ubuntu 系统输入法旁边出现类似于禁止通行的图标![]()
点击后可以看到相关错误信息:
An error occurend ,please run Package Mamanger from the right-click menu or apt-get in a terminal to see what is wrong. The error message was : ' Error: BrokenCount >0'. This usally means that your installed packages have unmet dependencies
如下图所示:

二、解决方法:
1.查找问题原因,在Terminalk中输入:sudo apt-get -f install
2.根据提示信息找到错误依赖项,并根据提示信息,移除相应依赖包即可。
注:需要移除所有有问题的依赖包信息.
3.部分问题需要再次执行:sudo apt-get -f install
本文详细介绍了在Ubuntu系统中遇到输入法旁显示禁止图标的问题及其解决步骤。通过使用sudo apt-get install -f命令检查并修复错误依赖,进一步移除问题依赖包,确保系统稳定运行。

4309

被折叠的 条评论
为什么被折叠?



