Próbowałem postępować zgodnie z instrukcjami podanymi w tym linku, aby zainstalować CUDA na Ubuntu 14.04, ale na tym etapie mam problem z zależnościami pakietów:
~/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.
Czy ktoś wie, co może być problemem?
Odpowiedzi:
Opcja 1: apt-get
Zainstaluj niespełnione zależności
Zainstaluj pakiet główny
Opcja 2: zdolność
Zainstaluj aptitude
Zainstaluj pakiet główny
źródło
sudo apt-get install cuda-runtime-7-0
i tak dalej. Alternatywnie, spróbuję zainstalować CUDA z aptitude:sudo apt-get-install aptitude
a potemsudo aptitude install cuda
.Wygląda na to, że wcześniej zainstalowałeś pewne sterowniki nvidii lub wadliwy zestaw narzędzi Cuda, jak niektóre sprzeczne wersje z repozytorium ubuntu, więc powinieneś je najpierw usunąć.
a następnie zainstaluj cuda.
źródło
Wydaje się, że obecna integracja GNOME ze sterownikiem CUDA ma problemy (v 346.46). Miałem problem z inicjowaniem sesji logowania, ale udało mi się go rozwiązać, instalując lxde i usuwając gnome i ubuntu-desktop, jak opisano tutaj: problemy z instalacją caffe
źródło