Install cuda package independently

Hi
jetson nano jetpack 4.6 custom board
I need to install cuda packages to eprom
is it possible to install cuda packages independently using commands or sdkmanager
i guess the cuda package version is 10.2

Hi,

You can install CUDA via the apt command.

$ sudo apt install cuda

Do you mean you want to install the package on an external storage?
If yes, please check the below topic:

Thanks.

sudo apt-get install cuda
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package cuda

is it possible to install CUDA packages alone or should we install all sdk components

I have the sdk components in my PC
I need to install those packages to get CUDA
so can i know which all are the dependencies for installing this cuda 10.2
which should i install first

Hi,

Could you try to run apt update first?
Suppose you should be able to install CUDA with that command:

$ sudo apt-get update
$ sudo apt-get install cuda

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.