How to Install CUDA in KDE Neon 2018 64-bit Step By Step

September 7, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 5. Installing

    Finally, Install CUDA Toolkit in KDE Neon
    To search for the Available releases:

    sudo apt search cuda

    Then to Install the Latest CUDA simply:

    sudo apt install cuda

    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

QuickChic Theme • Powered by WordPress