I am installing the nRF Connect SDK (on an Ubuntu 20.04 virtual machine) as described here: Installing manually — nRF Connect SDK 2.1.99 documentation (nordicsemi.com).
When I run nrfjprog --version on the command line I get:
[error] Error in dlsym: ~/nrf-command-line-tools/lib/libnrfjprogdll.so: undefined symbol: NRFJPROG_read_cpu_architecture_inst
ERROR: nrfjprog DLL load failed. Try again. If it keeps failing, please
ERROR: reinstall nrfjprog.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
When I run: sudo dpkg -i JLink_Linux_V782_x86_64.deb as described here: VS Code & nrfjprog (nRF Connect SDK) problem on Linux - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com), I get the following message: "Failed to send reload request: No such file or directory". Any thoughts?