Hi @dusty_nv (and nv team and forum)
When trying to do ‘apt-get upgrade’ I ran into
Errors were encountered while processing:
/tmp/apt-dpkg-install-EZa7uV/00-libnvidia-compute-525_525.125.06-0ubuntu0.20.04.3_arm64.deb
/tmp/apt-dpkg-install-EZa7uV/01-nvidia-utils-525_525.125.06-0ubuntu0.20.04.3_arm64.deb
it seem that some conflict prevents from other installation
The following packages have unmet dependencies:
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).
‘apt --fix-broken install’ (below) won’t fix it and I was not sure it is safe to uninstall these packages, even I am running it on the host, not within a container
apt-get --fix-broken install
Reading package lists… Done
Building dependency tree
Reading state information… Done
Correcting dependencies… Done
The following additional packages will be installed:
libnvidia-compute-525 nvidia-utils-525
Suggested packages:
nvidia-driver-525
The following NEW packages will be installed:
libnvidia-compute-525 nvidia-utils-525
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
65 not fully installed or removed.
Need to get 0 B/21.7 MB of archives.
After this operation, 109 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
debconf: delaying package configuration, since apt-utils is not installed
(Reading database … 180245 files and directories currently installed.)
Preparing to unpack …/libnvidia-compute-525_525.125.06-0ubuntu0.20.04.3_arm64.deb …
Unpacking libnvidia-compute-525:arm64 (525.125.06-0ubuntu0.20.04.3) …
dpkg: error processing archive /var/cache/apt/archives/libnvidia-compute-525_525.125.06-0ubuntu0.20.04.3_arm64.deb (–unpack):
trying to overwrite ‘/usr/lib/aarch64-linux-gnu/libcuda.so’, which is also in package nvidia-l4t-cuda 35.2.1-20230124153320
Preparing to unpack …/nvidia-utils-525_525.125.06-0ubuntu0.20.04.3_arm64.deb …
Unpacking nvidia-utils-525 (525.125.06-0ubuntu0.20.04.3) …
dpkg: error processing archive /var/cache/apt/archives/nvidia-utils-525_525.125.06-0ubuntu0.20.04.3_arm64.deb (–unpack):
trying to overwrite ‘/usr/bin/nvidia-xconfig’, which is also in package nvidia-l4t-x11 35.2.1-20230124153320
dpkg-deb: 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
Any idea?