On Jetpack 6 cannot install nvidia-jetpack

I have flashed jetpack 6, now i am trying to install nvidia-jetpack and got:
sudo apt -f install nvidia-jetpack
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
nvidia-cuda : Depends: nvidia-l4t-cudadebuggingsupport (= 12.2-33282765.0) but it is not installable
nvidia-jetpack-runtime : Depends: nvidia-l4t-jetson-multimedia-api (> 36.3-0) but it is not installable
Depends: nvidia-l4t-jetson-multimedia-api (< 36.4-0) but it is not installable
Depends: nvidia-l4t-dla-compiler (> 36.3-0) but it is not installable
Depends: nvidia-l4t-dla-compiler (< 36.4-0) but it is not installable
Depends: nvidia-l4t-gstreamer (> 36.3-0) but it is not installable
Depends: nvidia-l4t-gstreamer (< 36.4-0) but it is not installable
E: Unable to correct problems, you have held broken packages.

cat /etc/apt/sources.list.d/nvidia-l4t-apt-source.list

deb https://repo.download.nvidia.com/jetson/common r36.3 main
deb https://repo.download.nvidia.com/jetson/t234 r36.3 main
deb https://repo.download.nvidia.com/jetson/ffmpeg r36.3 main

Did you try sudo apt-get update && sudo apt-get upgrade first?

I just tried and there should be no issue running

sudo apt update
sudo apt install nvidia-jetpack

1 Like

I tried sudo apt-get update and sudo apt-get upgrade, didn’t helped.
When i am trying to install nvidia-l4t-dla-compiler, I am receiving:

E: Package 'nvidia-l4t-dla-compiler' has no installation candidate
1 Like

Maybe flash the device again.

1 Like

I downloaded manually the nvidia-l4t-dla-compiler deb and installed the package.

2 Likes

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