When trying to run sudo apt-get install xserver-xorg-video-nouveau xorg-video-abi-15
I am having the following error, is there any solution for it.
The following packages have unmet dependencies:
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.
the output of sudo apt-get install libcheese-gtk23 libcheese7
Reading package lists... Done
Building dependency tree
Reading state information... Done
libcheese-gtk23 is already the newest version.
libcheese-gtk23 set to manually installed.
libcheese7 is already the newest version.
libcheese7 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
and apt-cache policy xserver-xorg-video-nouveau xorg-video-abi-15 libcheese-gtk23 libcheese7
xserver-xorg-video-nouveau:
Installed: (none)
Candidate: 1:1.0.10-1ubuntu2
Version table:
1:1.0.10-1ubuntu2 0
500 http://mirror.23media.de/ubuntu/ trusty/main amd64 Packages
xorg-video-abi-15:
Installed: (none)
Candidate: (none)
Version table:
libcheese-gtk23:
Installed: 3.10.2-0ubuntu2
Candidate: 3.10.2-0ubuntu2
Version table:
*** 3.10.2-0ubuntu2 0
500 http://mirror.23media.de/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
libcheese7:
Installed: 3.10.2-0ubuntu2
Candidate: 3.10.2-0ubuntu2
Version table:
*** 3.10.2-0ubuntu2 0
500 http://mirror.23media.de/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
sudo apt-get install libcheese-gtk23 libcheese7
. – Byte Commander Apr 10 '16 at 11:49apt-cache policy xserver-xorg-video-nouveau xorg-video-abi-15 libcheese-gtk23 libcheese7
. – Byte Commander Apr 10 '16 at 11:56apt-cache policy xserver-xorg-video-nouveau xorg-video-abi-15 libcheese-gtk23 libcheese7
. Please add that as well. – Byte Commander Apr 10 '16 at 12:10apt-cache policy unity-control-center
- I overlooked that first, but if the new output wil tell me what I expect, you can simply solve the problem by runningsudo apt-get update ; sudo apt-get upgrade
... – Byte Commander Apr 10 '16 at 12:20