bantu怎么卸载cuda9.0和cudnn

发布网友

我来回答

1个回答

热心网友

Ubuntu安装cuda:
website:https://developer.nvidia.com/cuda-downloads

[html] view plain copy
Installation Instructions:

`sudo dpkg -i cuda-repo-ubuntu1404-7-5-local_7.5-18_amd.deb`
`sudo apt-get update`
`sudo apt-get install cuda`

Ubuntu卸载cuda:

http://askubuntu.com/questions/530043/removing-nvidia-cuda-toolkit-and-installing-new-one
http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/#runfile-uninstallation
Use the following commands to uninstall a RPM/Deb installation

[html] view plain copy
$sudo apt-get --purge remove <package_name> # Ubuntu
$ sudo yum remove <package_name> # Fedora/Redhat/CentOS
$ sudo zypper remove <package_name> # OpenSUSE/SLES

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com