0

Possible Duplicate:
How do I resolve unmet dependencies?

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies:
 digikam : Depends: libkface1 (>= 1.0~digikam2.9.0) but it is not going to be installed
           Recommends: kipi-plugins but it is not going to be installed
           Recommends: mplayerthumbs but it is not installable
E: Unable to correct problems, you have held broken packages.
miel
  • 11

1 Answers1

0

You can try (on the command line):

sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade

If it doesn't solve the problem, pasting the output in your question might be useful.

Steve Kroon
  • 1,034