Reading package lists… Done
Building dependency tree
Reading state information… Done E: Unable to locate package nvidia-open
Tried this :
root@Jetsonsun:/etc/apt/sources.list.d# sudo apt purge nvidia
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package nvidia-l4t-apt-source.list.disabled
E: Couldn’t find any package by glob ‘nvidia-l4t-apt-source.list.disabled’
E: Unable to locate package nvidia-l4t-apt-source.list.save
E: Couldn’t find any package by glob ‘nvidia-l4t-apt-source.list.save’
root@Jetsonsun:/etc/apt/sources.list.d# sudo ubuntu-drivers install --gpgpu No drivers found for installation.
*** Please note that this reply is generated by LLM automatically ***
It appears that you are trying to reinstall or upgrade your NVIDIA tools on your Jetson AGX Orin device, but you are encountering issues with the package manager.
Firstly, I notice that you are running the command apt update and apt install with the package name nvidia-l4t-apt-source. However, the error message indicates that the package nvidia-l4t-apt-source is not found.
According to the context, the package nvidia-l4t-apt-source is preinstalled in the Jetson Linux root file system, and it identifies the platform it is running on and adds the appropriate repositories to the software source list.
Since you are using a Jetson AGX Orin device, I suspect that the issue might be related to the APT repositories not being properly configured. NVIDIA maintains separate APT repositories for different Jetson devices, including the Jetson AGX Orin.
To resolve the issue, I recommend the following steps:
Check the APT repositories: Run the command apt policy to check the current APT repositories configured on your system. Verify that the repositories for Jetson AGX Orin are listed.
Update the package index: Run the command apt update to update the package index. This will ensure that the package manager has the latest information about available packages.
Install the correct package: Instead of trying to install nvidia-l4t-apt-source, try installing the package nvidia-l4t-apt-source-jetson-agx-orin. This package is specifically designed for the Jetson AGX Orin device.
Check for updates: Run the command apt upgrade to check for any updates to the NVIDIA tools.
If you continue to encounter issues, you may want to try resetting the APT repositories to their default configuration. You can do this by running the command sudo apt install --reinstall nvidia-l4t-apt-source.
In comparison to other Jetson devices, the APT repositories for Jetson AGX Orin are specific to that device. Therefore, it’s essential to ensure that the correct repositories are configured and the correct packages are installed.
I hope this helps resolve the issue you are facing. If you have any further questions or concerns, please feel free to ask.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse
deb [arch=i386,amd64] http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb [arch=i386,amd64] http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb [arch=i386,amd64] http://security.ubuntu.com/ubuntu focal-security main restricted universe multiverse
nvidia-jetpack : Depends: nvidia-jetpack-runtime (= 5.1.5-b11) but it is not going to be installed
Depends: nvidia-jetpack-dev (= 5.1.5-b11) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
–
nvidia-jetpack-runtime : Depends: nvidia-container (= 5.1.5-b11) but it is not going to be installed
–
nvidia-container : Depends: nvidia-docker2 (= 2.11.0-1) but it is not going to be installed
Depends: nvidia-container-runtime (= 3.9.0-1) but it is not going to be installed
The following packages have unmet dependencies:
nvidia-docker2 : Depends: nvidia-container-toolkit (>= 1.13.0-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
BUT IT IS INSTALLED !!!
apt-get install -y nvidia-container-toolkit
Reading package lists… Done
Building dependency tree
Reading state information… Done nvidia-container-toolkit is already the newest version (1.11.0~rc.1-1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.