Ubuntu下cuda卸载

前端之家收集整理的这篇文章主要介绍了Ubuntu下cuda卸载前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

由于需要安装cuda8.0,所以需要卸载cuda7.5.
/usr/local/cuda/bin 目录下,有cuda 自带的卸载工具uninstall_cuda_7.5.pl

卸载cuda


该命令会关闭lightdm。如果你使用 gdm或者其他的desktop manager,请在安装NVIDIA驱动前关闭他。使用如下命令卸载NVIDIA驱动:


这条命令会卸载与NVIDIA相关的一切,注意如果此时重新启动电脑可能会导致无法进入系统。也有另一种卸载方式:





            cd /usr/local/cuda/bin
sudo ./uninstall_cuda_7.5.plsudo service lightdm stopsudo apt-get remove nvidia*sudo apt-get remove --purge nvidia-*sudo apt-get install ubuntu-desktopsudo rm /etc/X11/xorg.confecho 'nouveau' | sudo tee -a /etc/modules
一定卸载干净才可以重装cuda。否则会报错,例如:
原文链接:https://www.f2er.com/ubuntu/354591.html

猜你在找的Ubuntu相关文章