我试图按照此链接上的说明在Ubuntu 14.04上安装CUDA,但是在这一步上我遇到了包依赖问题:
~/Downloads$ sudo apt-get install cudaReading 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:
cuda : Depends: cuda-7-0 (= 7.0-28) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
有人知道可能是什么问题吗?
与`cuda相同:取决于:cuda-8-0(> = 8.0.61),但不会被安装`
—
–Sören18