I’m using Jetson AGX Orin JP5.1
Whenever i’m trying to install specific dependencies (PyTorch or SDK samples) the below error is generated
The following packages have unmet dependencies:
libgstreamer-plugins-base1.0-dev : Depends: libgstreamer-plugins-base1.0-0 (= 1.16.3-0ubuntu1.2) but 1.16.3-0ubuntu1.1 is to be installed
Depends: libgstreamer-gl1.0-0 (= 1.16.3-0ubuntu1.2) but 1.16.3-0ubuntu1.1 is to be installed
Depends: gir1.2-gst-plugins-base-1.0 (= 1.16.3-0ubuntu1.2) but 1.16.3-0ubuntu1.1 is to be installed
libx11-dev : Depends: libx11-6 (= 2:1.6.9-2ubuntu1.6) but 2:1.6.9-2ubuntu1.5 is to be installed
nvidia-utils-515 : Depends: nvidia-utils-525 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 to run sudo apt install --fix-broken
but this error is generated
error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libnvidia-compute-525_525.125.06-0ubuntu0.20.04.3_arm64
.deb
/var/cache/apt/archives/nvidia-utils-525_525.125.06-0ubuntu0.20.04.3_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Please advise