Hello,
I’m experiencing an issue while trying to install JetPack on my Jetson AGX Orin. During the installation process, I encounter the following error related to unmet dependencies:
depends: libnvidia-gl-560 (= 560.28.03-0ubuntu1) but it is not going to be installed
depends: libnvidia-compute-560 (= 560.28.03-0ubuntu1) but it is not going to be installed
depends: libnvidia-extra-560 (= 560.28.03-0ubuntu1) but it is not going to be installed
depends: nvidia-utils-560 (= 560.28.03-0ubuntu1) but it is not going to be installed
e: unmet dependencies. try 'apt --fix-broken install' with no packages (or specify a solution).
I have tried the following steps to resolve the issue:
- Running
sudo apt --fix-broken install
to fix broken dependencies. - Updating and upgrading my package lists with
sudo apt update
andsudo apt upgrade
.
Despite these efforts, the problem persists. I am seeking assistance to resolve this issue and successfully install JetPack on my device.
Any help or guidance would be greatly appreciated.
Thank you!