卸载GPU驱动需要root
账号操作权限,如果您是普通用户,请使用sudo
命令获取root
权限后再操作,本文以root
登录系统操作为例。
卸载不同CUDA版本的命令可能不同,若不存在cuda-uninstaller文件, 请进入“/usr/local/cuda/bin/”目录查看是否存在uninstall_cuda开头的文件。若有,请将命令中的cuda-uninstaller替换为uninstall_cuda开头的文件名。
/usr/bin/nvidia-uninstall
/usr/local/cuda/bin/cuda-uninstaller
rm -rf /usr/local/cuda-12.2
reboot
命令,重启GPU实例。