安装Xmind软件后,我得到了删除软件包的建议。它是什么样的问题,解决它的一般方法是什么,在当前形势下如何处理?
智能产出:

apt-get支票
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
xmind : Depends: libwebkitgtk-1.0-0 but it is not installed
Depends: lame but it is not installed
E: Unmet dependencies. Try using -f.发布于 2016-01-31 20:25:09
如apt-get check输出所示,请运行
sudo apt-get install -f这应该会自动安装所有必需的包来修复未满足的依赖关系。
https://askubuntu.com/questions/728040
复制相似问题