Hi, I get the following error when I try to install nRF Command Line Tools fails to install on Ubuntu 22.04.
~/programs$ sudo apt install ./nrf-command-line-tools_10.18.0_arm64.deb [sudo] password for j: Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneNote, selecting 'nrf-command-line-tools:arm64' instead of './nrf-command-line-tools_10.18.0_arm64.deb'Some packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:
The following packages have unmet dependencies: nrf-command-line-tools:arm64 : Depends: libc6:arm64 (>= 2.30) but it is not installable Depends: libusb-1.0-0:arm64 (>= 2:1.0.16) but it is not installableE: Unable to correct problems, you have held broken packages.
The failling packages are already installed
~/programs$ apt-cache policy libc6libc6: Installed: 2.35-0ubuntu3.1 Candidate: 2.35-0ubuntu3.1 Version table: *** 2.35-0ubuntu3.1 500 500 dk.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages 100 /var/lib/dpkg/status 2.35-0ubuntu3 500 500 dk.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
~/programs$ apt-cache policy libusb-1.0-0libusb-1.0-0: Installed: 2:1.0.25-1ubuntu2 Candidate: 2:1.0.25-1ubuntu2 Version table: *** 2:1.0.25-1ubuntu2 500 500 dk.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages 100 /var/lib/dpkg/status 2:1.0.25-1ubuntu1 500 500 dk.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
Any idea how to fix it?
Thanks
Javier