linux 및 기타 os uninstall cuda sunlab 2021. 5. 25. 00:37 728x90 https://hwiyong.tistory.com/233 (Ubuntu) Ndivia driver 삭제, cuda 삭제 Ndivia driver 삭제 sudo apt-get remove --purge '^nvidia-.*' CUDA 삭제 sudo apt-get --purge remove 'cuda*' sudo apt-get autoremove --purge 'cuda*' CUDA 파일 삭제 sudo rm -rf /usr/local/cuda or sudo r.. hwiyong.tistory.com