1

I just tried to install Crossover (Codeweavers) via the Ubuntu Software Center in Ubuntu 13.10 32-bit, but it didn't finish the installation. It just got stuck at about 90% (progress bar). After waiting approximately one hour, nothing happened. The installation was stuck, so I decided to restart the computer.

The issue now is: Every time I try to reinstall Crossover via Software-Center, Ubuntu gives me a message box with the following error message:

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)

Any ideas about how to fix it?

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

Try running

sudo apt-get -f install

If that fails,

sudo apt-get install crossover-trial-bin
Kaz Wolfe
  • 34,680