码迷,mamicode.com
首页 > 其他好文 > 详细

Uninstall cuda 9.1 and install cuda 8.0

时间:2018-04-15 16:13:39      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:div   oca   cuda   dpkg   install   purge   get   amd   9.1   

sudo apt-get --purge remove ‘cuda*‘ # remove all the cuda
sudo apt-get autoremove --purge cuda
sudo dpkg -i ./cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64.deb 
sudo apt-get update
sudo apt-get install cuda-8.0

  

Uninstall cuda 9.1 and install cuda 8.0

标签:div   oca   cuda   dpkg   install   purge   get   amd   9.1   

原文地址:https://www.cnblogs.com/cxxszz/p/8847698.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!