Deepin依赖错误,检测更新失败

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

image

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

你可能感兴趣的:(Deepin依赖错误,检测更新失败)