关于ubuntu16.04安装cuda7.5 的问题

CPU/显卡/打印机/USB设备等硬件问题
回复
bugmaker
帖子: 5
注册时间: 2016-09-29 9:36
系统: ubuntu

关于ubuntu16.04安装cuda7.5 的问题

#1

帖子 bugmaker » 2016-10-08 9:44

在网上搜索解决方法,提供的下载cuda7.5的下载链接目前已经默认是8.0的了,我想下载cuda7.5,应该怎么解决
还有同时安装cuda7.5和cuda8.0会出现冲突吗
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 关于ubuntu16.04安装cuda7.5 的问题

#2

帖子 poloshiao » 2016-10-08 11:37

我想下载cuda7.5
https://developer.nvidia.com/cuda-75-downloads-archive
https://developer.nvidia.com/cuda-toolkit-archive
还有同时安装cuda7.5和cuda8.0会出现冲突吗
https://developer.nvidia.com/cuda-downloads
For Linux users upgrading from previous versions of the CUDA Toolkit, click to see instructions in this section before proceeding.
The repository signing key used for the CUDA RPM and Deb packages has been updated to reflect modern standards. As a result, package managers may have problems with installing or upgrading CUDA 8 packages. If you are a Linux user upgrading from previous versions of the CUDA Toolkit using network installers, follow either of the options before proceeding. Users installing CUDA for the first time are unaffected.
Option 1

Systems with repositories updated with CUDA 8.0 need to download and re-install the 'cuda-repo-*-8.0.44-1.*' package for your distribution of Linux. Re-installation of this package will import the new signing key with ID 7fa2af80. Select the target platform using the green buttons below to get the base installer instructions (using the network repo) for that platform.

For example, for RHEL7, the installation using the network repo:
a) # sudo rpm -i cuda-repo-rhel7-8.0.44-1.x86_64.rpm
b) # sudo yum clean all
c) # sudo yum install cuda
Option 2

Manually import this key by downloading the file 7fa2af80.pub from the appropriate repository (for example, Ubuntu 14.04 x86_64 would be http://developer.download.nvidia.com/co ... a2af80.pub) and then running, as root:

a) For Ubuntu distributions: `cat 7fa2af80.pub | apt-key add -`
b) For Fedora, RHEL and SUSE distributions: `rpm --import 7fa2af80.pub`

At a future date, CUDA packages will begin removing the old public key with ID 5C37D3BE. If you are only using the newly signed repositories, it is safe to remove the old key manually by running, as root:

a) For Ubuntu distributions: `apt-key del 5C37D3BE`
b) For Fedora, RHEL and SUSE distributions: `rpm -e gpg-pubkey-5c37d3be`
Sonaalam
帖子: 2
注册时间: 2018-06-06 15:19
系统: androild

Re: 关于ubuntu16.04安装cuda7.5 的问题

#3

帖子 Sonaalam » 2018-06-06 16:28

这是帮助找到这样一个好故事的非常好的一点。
回复