Step-by-step – CUDA Ubuntu 19.10 Installation

April 23, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 3. Setting Up CUDA Repository

    See How Setup CUDA Ubuntu Repo Package

    CUDA Repository Setup
  2. 4. Installing CUDA

    Finally, to Install CUDA Toolkit for Ubuntu
    Execute:

    sudo apt -y install cuda
  3. 5. Setting up PATH

    Again Setup PATH Env Variable.
    This is necessary to Find the Binaries on System:

    echo 'export PATH=/usr/local/cuda-10.0/bin${PATH:+:${PATH}}' >> $HOME/.bashrc

    Possibly Amend the 10.0 with the Actual Version…
    And Reload Configuration simply with:

    bash

Contents


QuickChic Theme • Powered by WordPress