Installing CUDA Toolkit 6.5 on Ubuntu 14.04 Linux

Hi, please how can I install CUDA Toolkit 6.5 on 32-bit Ubuntu Linux 14.04.

Regards,
Sabrine

Follow the instructions in the getting started guide:

[url]http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html#abstract[/url]

In particular, note the section on the requirements and limitations of 32-bit support:

[url]CUDA Toolkit Documentation

You will need to use the .run file installer method, using the 32-bit linux runfile installer:

[url]http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_6.5.14_linux_32.run[/url]

Thank you very much