ubuntu - 未满足的依赖!在新安装的 ubuntu 14.04 上安装 Cuda 6.5 时

标签 ubuntu cuda

我按照教程here安装 Cuda 6.5,当我尝试 apt-get install cuda 时,出现以下错误:

    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.

我已经从谷歌得到了一些解决方案,但没有一个能解决我的问题。 而作为新系统,唯一安装的软件是chrome浏览器。

已解决,删除所有 libcheese* 包,然后在安装完 Cuda 后重新安装 ubuntu-desktop。我不确定这是否是一个好的解决方案,但我成功安装了 Cuda,直到现在没有发现任何问题。

最佳答案

我在 Ubuntu 14.04 上的 CUDA 7.0 遇到了基本相同的问题。只需将 apt-get 声称具有未满足依赖关系的包添加到 apt-get install cuda 对我有用:

sudo apt-get install cuda libcheese-gtk23 libcheese7 libclutter-1.0-0 libclutter-gtk-1.0-0 libcogl15

关于ubuntu - 未满足的依赖!在新安装的 ubuntu 14.04 上安装 Cuda 6.5 时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28640021/

相关文章:

postgresql - Postgres 9.1 日志在 Ubuntu 中默认位于何处

multithreading - 是否使用cudaStream *功能实现CUDA并行进程?

cuda - 在windows下运行nvprof --metrics命令出现错误:cuda profiling error

android - 文件夹 ~/.Genymobile/Genymotion/在 Ubuntu 中部署在哪里

search - grep 搜索查找。仅在具有 .txt 扩展名的文件中

linux - 使用 Ubuntu 命令行检查 NetworkManager 是 DHCP 还是静态

c++ - 如何从仿函数访问 device_vector

linux - 在 Linux 中输出中的关键字后终止命令

CUDA-C导入位图图像

c++ - 如何设计一种数据结构,为 CUDA 中的每个线程吐出一个可用空间