I'm setting up a new development environment using Debian (12.4) and recieved a notification message when installing nrf-command-line-tools (10.23.4).
~$ sudo apt install ./nrf-command-line-tools_10.23.4_amd64.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'nrf-command-line-tools' instead of './nrf-command-line-tools_10.23.4_amd64.deb' The following NEW packages will be installed: nrf-command-line-tools 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/94.1 MB of archives. After this operation, 192 MB of additional disk space will be used. Get:1 /home/ace/nrf-command-line-tools_10.23.4_amd64.deb nrf-command-line-tools amd64 10.23.4 [94.1 MB] Selecting previously unselected package nrf-command-line-tools. (Reading database ... 14755 files and directories currently installed.) Preparing to unpack .../nrf-command-line-tools_10.23.4_amd64.deb ... Unpacking nrf-command-line-tools (10.23.4) ... Setting up nrf-command-line-tools (10.23.4) ... ============================================================= The J-Link SW and documentation package is required for nrf command line tools to work. To install the version of J-Link that was tested and verified with nrf command line tools execute one of the following: sudo apt install /opt/nrf-command-line-tools/share/JLink_Linux_V788j_x86_64.deb --fix-broken N: Download is performed unsandboxed as root as file '/home/ace/nrf-command-line-tools_10.23.4_amd64.deb' couldnt be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
Is this last message "pkgAcquire::Run (13: Permission denied)" indicating an error in configuration, or simply a reminder to manually install the included J-Link software package as well?
I've searched several historical threads here on DevZone discussing similar problems on various platforms, but answers vary from alternative install commands, to published package fixes, to "just ignore it."
Any additional insights or suggestions?