Ubuntu 13.10 32 位,交叉错误,安装

Ubuntu 13.10 32 位,交叉错误,安装

我刚刚尝试通过 Ubuntu 13.10 32 位中的 Ubuntu 软件中心安装 Crossover (Codeweavers),但安装没有完成。它只是卡在 90% 左右(进度条)。等待大约一个小时后,什么也没发生。安装卡住了,所以我决定重新启动计算机。

现在的问题是:每次我尝试通过软件中心重新安装 Crossover 时,Ubuntu 都会出现一个消息框,其中包含以下错误消息:

Package dependencies can not be resolved

This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
The following packages have unmet dependencies
crossover-trial: Depends: crossover-trial-bin (= 12.5.0-0ubuntu1 but 12.5.0-0ubuntu1 is not going to be installed)

关于如何修复它有什么想法吗?

答案1

尝试运行

sudo apt-get -f install

如果失败了,

sudo apt-get install crossover-trial-bin

相关内容