0
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:
     libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.4)
     unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
    E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
dikokob
  • 1
  • 1

2 Answers2

0

Try resolving the dependencies manually, i.e.

apt-get install libcheese7
apt-get install libcheese-gtk23
apt-get install libglapi-mesa

If that doesn't work, try using aptitude, as its dependency resolution is often more effective than apt-get

apt-get install aptitude && aptitude -f install <thing-it-failed-on>
0

I'm also having this problem. I think it is down to a steam bug. Even when i reinstalled Ubuntu 14.04. Hopefully they fix this soon. Does this solution work in the mean time?