hello, I'm trying to install some basic tools via MCUXpresso Installer provided by MCUXpresso for VS Code, I'm encountering a non-root related issue (I'm using wsl2 with ubuntu22.4 as a non-root user), the output log states here :
Installing packages: SEGGER J-Link Starting category
[info] SEGGER J-Link is installed with version V8.12a, but a newer version V8.24 is available.
[info] Checking hash for file /home/shan/MCUXpressoInstaller/.cache/JLink_Linux_V824_x86_64.deb...
[info] Installing SEGGER J-Link
[info] Executing command "pkexec dpkg -i --force-all /home/shan/MCUXpressoInstaller/.cache/JLink_Linux_V824_x86_64.deb"
[error] Command pkexec exited with code 127.
[info] Additional NXP debugger support already installed. Version: 24.12.02 *** Installation completed with errors ***
i tried searching online but couldn't find some useful tips . Has anyone encountered a similar issue?