Ubuntu – Difference between installing CUDA using nvidia-cuda-toolkit and the .run file

13.10cudanvidia

My laptop has a Ubuntu 13.10 installed and has a Nvidia 630M graphics card. I have been trying to install CUDA. I installed it using:

sudo apt-get install nvidia-cuda-dev nvidia-cuda-doc nvidia-cuda-gdb nvidia-cuda-toolkit  

What I want to know is what is the difference between installing it using the above command and the procedure given at the NVIDIA page here

Best Answer

Mostly the version - Ubuntu's repository is a bit behind, as it prefers stability over cutting edge.