ERROR
[CUDA] cuda : Depends: cuda-11-7 (>= 11.7.1) but it is not going to be installed
파송송
2022. 10. 2. 17:52
728x90
https://askubuntu.com/questions/1280205/problem-while-installing-cuda-toolkit-in-ubuntu-18-04
Problem while installing cuda toolkit in ubuntu 18.04
After following all the instructions in CUDA Toolkit 11.1 Downloads, the last instruction sudo apt-get -y install cuda doesn't work for me. Terminal shows this message: The following packages have...
askubuntu.com
sudo apt clean
sudo apt update
sudo apt purge nvidia-*
sudo apt autoremove
sudo apt install -y cuda
728x90