发布网友
共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