我正在尝试安装变异发射器在 Ubuntu 14.04 上,但我对自述文件中建议的所有方法都遇到了问题。
如果我使用 ppa 方法,我会收到:
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 ependencies problem]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:
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.
我尝试单独安装它们,但没有成功
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.
libcheese7 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
我能做什么?
答案1
包装libcheese7
::
Description-en: tool to take pictures and videos from your webcam - base library
A webcam application that supports image and video capture. Makes
it easy to take photos and videos of you, your friends, pets or whatever
you want. Allows you to apply fancy visual effects, fine-control image
settings and has features such as Multi-Burst mode, Countdown timer
for photos.
.
This package contains the base shared library.
包装libcheese-gtk23
:
Description-en: tool to take pictures and videos from your webcam - base library
A webcam application that supports image and video capture. Makes
it easy to take photos and videos of you, your friends, pets or whatever
you want. Allows you to apply fancy visual effects, fine-control image
settings and has features such as Multi-Burst mode, Countdown timer
for photos.
.
This package contains the base shared library.
打开终端并执行以下操作:
sudo apt-get remove --purge libcheese-gtk23 libcheese7
sudo apt-get update && sudo apt-get dist-upgrade
然后安装您要安装的任何内容。要检查这些软件包是否在安装过程中自动安装,只需运行:
sudo apt-get install libcheese-gtk23 libcheese7