Unable to install jetpack 5.0 ubuntu 20.04 (Jetson AGX Xav)

Hi,

I want to install Jetpack 5.0 in Ubuntu 20.04 arm64 Jetson AGX Xav. I am following this instructions (How to Install JetPack :: NVIDIA JetPack Documentation) but I get the following error:

nvidia@nvidia-desktop:~$ sudo apt install nvidia-jetpack
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package nvidia-jetpack

Does somebody know how to solve this issue?

Thank you so much

Hi reyes_rojas,

Are you using the devkit or custom board?

You could refer to the following instructiona for updating jetpack.
Software Packages and the Update Mechanism — To update to a new minor release

And please provide the content of your /etc/apt/sources.list.d/nvidia-l4t-apt-source.list

There’s a similar thread about your issue, you could also refer to check if it could help.
Unable to locate package nvidia-jetpack on Orin devkit - Jetson & Embedded Systems / Jetson AGX Orin - NVIDIA Developer Forums

Good morning

I am sorry for my delay in answering. I am still trying to solve this issue

This is the content of my list

deb https://repo.download.nvidia.com/jetson/common r35.1 main

deb https://repo.download.nvidia.com/jetson/t194 r35.1 main

I want to install jetpack in ubuntu 20.04 (Jetson Javier AGX) so I am proceedig as follow:

  1. I did check the content

deb https://repo.download.nvidia.com/jetson/common r35.1 main

deb https://repo.download.nvidia.com/jetson/t194 r35.1 main

  1. sudo apt dist-upgrade`
    sudo reboot
    sudo apt install nvidia-jetpack

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

I will be grateful if somebody could help me with this issue, thank you

Please run sudo apt update first.
Then, try to do sudo apt install nvidia-jetpack later

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