Is nvidia-jetpack installed or not?

I’m using a customer carrier board for Xavier AGX.

According to jtop jetpack is already installed

But this:

sudo apt show nvidia-jetpack

returns:

N: Unable to locate package nvidia-jetpack
N: Unable to locate package nvidia-jetpack
E: No packages found

Also, if I try to do:

sudo apt install nvidia-jetpack

I get back:

Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package nvidia-jetpack

So, what is the case here, why is nvidia-jetpack really installed?

Hi gbetsos,

We don’t see this issue before.
Please run below command to check again:

$ sudo apt update
$ sudo apt install nvidia-jetpack
$ sudo apt show nvidia-jetpack

It seems nvidia-jetpack was already installed on the custom board. So I didn’t have to take any further action.

1 Like

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