I followed description at https://github.com/nxp-mcuxpresso/vscode-for-mcux/wiki/Dependency-Installation. Downloaded MCUXpressoInstaller.deb.bin for Ubuntu. I ran following commands to install it. But I had fails. how to install it on Ubuntu?
<1st command>
./SSD2TB_LINK/projects/tools/nxp/MCUXpressoInstaller.deb.bin
Verifying archive integrity... 100% All good.
Uncompressing MCUXpresso Installer 100%
Please run as root!
<2nd command>
sudo ./SSD2TB_LINK/projects/tools/nxp/MCUXpressoInstaller.deb.bin
Verifying archive integrity... 100% All good.
Uncompressing MCUXpresso Installer 100%
Unpackaging...
INFO: Installation directory: /home/sukhwan.y/MCUXpressoInstaller
INFO: To start the installer, please run /home/sukhwan.y/MCUXpressoInstaller/MCUXpressoInstaller
chown: invalid group: ‘sukhwan.y:sukhwan.y’
<3rd command>
$ ~/MCUXpressoInstaller/MCUXpressoInstaller
TypeError: Cannot read properties of undefined (reading 'toString')
at w (/home/sukhwan.y/MCUXpressoInstaller/resources/app/main.js:2:1187313)
at C (/home/sukhwan.y/MCUXpressoInstaller/resources/app/main.js:2:1188037)
at S (/home/sukhwan.y/MCUXpressoInstaller/resources/app/main.js:2:1187998)
at Object.error (/home/sukhwan.y/MCUXpressoInstaller/resources/app/main.js:2:1188208)
at process.<anonymous> (/home/sukhwan.y/MCUXpressoInstaller/resources/app/main.js:2:1274420)
at process.emit (node:events:518:28)
at emitUnhandledRejection (node:internal/process/promises:252:13)
at warnWithErrorCodeUnhandledRejectionsMode (node:internal/process/promises:407:19)
at processPromiseRejections (node:internal/process/promises:475:17)
at process.processTicksAndRejections (node:internal/process/task_queues:106:32)
error: Uncaught rejection with reason: Error: EACCES: permission denied, mkdir '/home/sukhwan.y/MCUXpressoInstaller/logs' {"errno":-13,"code":"EACCES","syscall":"mkdir","path":"/home/sukhwan.y/MCUXpressoInstaller/logs"}
<4th command>
~ sudo ~/MCUXpressoInstaller/MCUXpressoInstaller
[0729/181424.604549:FATAL:electron/shell/app/electron_main_delegate.cc:288] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Trace/breakpoint trap