我正在为我的等高线roam2相机安装软件。他们不支持Linux,所以我尝试安装这个http://vulcho.com/contourconfig/#install-contourconfig,然后我得到以下内容:
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:
contourconfig : Depends: python-launchpad-integration but it is not installable
Depends: python-desktopcouch-records but it is not installable
E: Unable to correct problems, you have held broken packages.我试图安装他们,但在它仍然说同样的事情,我是完全不走运,还是有办法安装?我还试图通过葡萄酒安装官方软件,但它无法检测到摄像头。任何帮助都将不胜感激。运行Ubuntu伙伴15.04。
发布于 2015-10-02 05:07:49
第一开始
sudo apt-get install -f在可能的情况下修理
现在显式地启动安装。
sudo apt-get install python-launchpad-integration python-desktopcouch-records如果有更多的问题,更新您的问题与错误信息,并给我一个意见。
https://askubuntu.com/questions/680617
复制相似问题