一次在检查更新时,弹出了这样的错误

image
通过尝试安装其他应用,发现都会弹出相同的错误
Depends: libappindicator1 but it is not installed这时运行
sudo apt-get -f install 可以根据错误消息的建议,安装任何需要的依赖项并解决这个问题。-f 代表
--fix-broken而不是"强制",不会对你的系统造成任何损害。
一次在检查更新时,弹出了这样的错误
Depends: libappindicator1 but it is not installedsudo apt-get -f install 可以根据错误消息的建议,安装任何需要的依赖项并解决这个问题。--fix-broken而不是"强制",不会对你的系统造成任何损害。