Close Menu
    Facebook X (Twitter) Instagram
    • Download Cisco Packet Tracer
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Server
    • WordPress
    IT Beginner
    Home»Linux Mint»How to install Nvidia CUDA 5.5 on Ubuntu
    Linux Mint

    How to install Nvidia CUDA 5.5 on Ubuntu

    17/07/2017Updated:17/07/2017No Comments1 Min Read

    What is CUDA? CUDA (Compute Unified Device Architecture)
    was developed by Nvidia from 2006, it’s a parallel rather than single thread computing programming platform which allows GPUs (graphics processing units) work better and more efficiently. There are more than 300 million GPUs in desktops, notebooks, workstations, even supercomputers support CUDA that help to simulate physics, astronomy, biology programs to run.

    You can download .deb for Ubuntu here.

    For Ubuntu and Linux Mint 32bit

    $ wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1204/i386/cuda-repo-ubuntu1204_5.5-0_i386.deb

    For Ubuntu and Linux Mint 64bit

    $ wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1204/x86_64/cuda-repo-ubuntu1204_5.5-0_amd64.deb

    Remove old NVIDIA driver

    # /usr/bin/nvidia-uninstall

    Install the .deb 32bit file to add cuda.list to your /sources.list.d/ you downloaded

    # gdebi cuda-repo-ubuntu1204_5.5-0_i386.deb

    Install the .deb 64bit file to add cuda.list to your /sources.list.d/ you downloaded

    # gdebi cuda-repo-ubuntu1204_5.5-0_amd64.deb

    Finally, we can install CUDA

    # apt-get update
    # apt-get install cuda

    Then run to set the PATH and LD_LIBRARY_PATH environment variables.

    export CUDA_ROOT=/usr/local/cuda-5.5
    export PATH=$PATH:$CUDA_ROOT/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_ROOT/lib64
    cuda nvidia
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHow to fix phpMyAdmin session error
    Next Article How to install GUI on Ubuntu and Linux Mint

    Related Posts

    Tips – Tricks

    How to fix nginx an upstream response is buffered to a temporary file error

    05/08/2017
    Tips – Tricks

    Optimize WordPress with Nginx

    04/08/2017
    Security

    How to secure Apache HTTP Web Server

    29/07/2017
    Subscribe
    Notify of
    guest

    guest

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    0 Comments
    Oldest
    Newest Most Voted
    Inline Feedbacks
    View all comments
    Tags
    apache centos Centos 6 cuda Desktop Environment dual boot environment featured gnome GUI hostname hosts intel kernel kill lamp server lemp server life MariaDB netflix nginx nvidia password php-fpm phpmyadmin pids processes s.m.a.r.t Security session solid state drive ssd ssh ssh server tag 1 tag 2 Ubuntu upgrade varnish VirtualBox VNC Server web server window manager wordpress xfce
    Facebook X (Twitter) Instagram Pinterest

    Type above and press Enter to search. Press Esc to cancel.

    wpDiscuz