尝试安装时收到以下错误消息libglew-dev
,
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
Depends: gstreamer1.0-clutter but it is not going to be installed
libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is not going to be installed
Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
但是,所有这些软件包显然都已安装。
我在这篇文章中尝试了所有可能的解决方案,但没有任何运气。我尚未添加任何PPA。ubuntu的版本是14.04.2。
我看过类似的文章,并尝试了以下方法:
跑步
dpkg --get-selections | grep hold
什么都不打印。
sudo apt-get -oDebug::pkgProblemResolver=true install -f
没让我感兴趣 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
libcheese
在尝试安装时,我遇到了与软件包类似的问题libqtwetkit-dev
。我解决了使用aptitude
(安装后,运行类似apt-get
,但aptitude
会给你的方案来解决这个问题。