linux卸载NVIDIA CUDA toolkit和 Driver驱动
不算原创,也不是翻译啦,算转载厂家原文 11. Removing CUDA Toolkit and Driver Follow the below steps to properly uninstall the CUDA Toolkit and NVIDIA Drivers from your system. These steps will ensure that the uninstallation will be clean. RHEL/CentOS To remove CUDA Toolkit: $ sudo yum remove "*cublas*" "cuda*" To remove NVIDIA Drivers: $ sudo yum remove "*nvidia*" Fedora To remove CUDA Toolkit: $ sudo dnf remove "*cublas*" "cuda*" To remove NVIDIA Drivers: $ sudo dnf remove "*nvidia*" OpenSUSE/SLES To remove CUDA Toolkit: $ sudo zypper remove "*cublas*" "cuda*" To remove NVIDIA Drivers: $ sudo zypper remove "