Unable to install NRF Command Line Tools. Probably a conflict with already installed JLink utilities

Trying to install NRF Command Line Tools. Platform is Linux 64bit x86 (distribution Ubuntu 22). I already have installed utilities by Segger, which may be the reason why NRF Command Line Tools is failing to install. Here's the output of terminal upon trying to install:

user@user-ThinkBook-15-G2-ITL:~/Downloads$ sudo dpkg -i nrf-command-line-tools_10.24.2_amd64.deb 

[sudo] password for user: 
Selecting previously unselected package nrf-command-line-tools.
(Reading database ... 325846 files and directories currently installed.)
Preparing to unpack nrf-command-line-tools_10.24.2_amd64.deb ...
Unpacking nrf-command-line-tools (10.24.2) ...
Setting up nrf-command-line-tools (10.24.2) ...

=============================================================
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_V794e_x86_64.deb --fix-broken

user@user-ThinkBook-15-G2-ITL:~/Downloads$ sudo apt install /opt/nrf-command-line-tools/share/JLink_Linux_V794e_x86_64.deb --fix-broken

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'jlink' instead of '/opt/nrf-command-line-tools/share/JLink_Linux_V794e_x86_64.deb'
The following packages were automatically installed and are no longer required:
  libllvm17t64 libqt6help6 libqt6printsupport6t64 libqt6sql6-sqlite libqt6sql6t64 libqt6statemachine6 libsdl-ttf2.0-0
  libsdl1.2debian libxcb-cursor0
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  jlink
0 upgraded, 1 newly installed, 0 to remove and 80 not upgraded.
Need to get 0 B/38.6 MB of archives.
After this operation, 100 MB of additional disk space will be used.
Get:1 /opt/nrf-command-line-tools/share/JLink_Linux_V794e_x86_64.deb jlink amd64 7.945 [38.6 MB]
(Reading database ... 325944 files and directories currently installed.)
Preparing to unpack .../JLink_Linux_V794e_x86_64.deb ...
Removing /opt/SEGGER/JLink ...
/opt/SEGGER/JLink not found (OK)
Unpacking jlink (7.945) ...
dpkg: error processing archive /opt/nrf-command-line-tools/share/JLink_Linux_V794e_x86_64.deb (--unpack):
 trying to overwrite '/etc/udev/rules.d/99-jlink.rules', which is also in package segger-jlink-udev-rules 7.96j
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /opt/nrf-command-line-tools/share/JLink_Linux_V794e_x86_64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Parents Reply Children
No Data
Related