I’m new to NVIDIA tools AND Linux so bear with me if this is a silly issue. I have a Windows machine as my host (no option for anything else, unfortunately). I downloaded Ubuntu for Windows (ver. 18.04) and used that terminal to install sdkmanager_1.1.0-6343_amd64.deb. After installing some dependencies, I was able to install successfully. When I try to launch the SDK Manager, I get the following message: $ [2595:0529/105311.681367:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I’m aborting now. You need to make sure that /opt/nvidia/sdkmanager/chrome-sandbox is owned by root and has mode 4755.
I worked around the above error by using ‘sudo sdkmanager’. However, I’m now getting this message: $ [2773:0529/111628.227935:FATAL:atom_main_delegate.cc(207)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
When I try and run ‘sudo sdkmanager --no-sandbox’, I get: Error: unknown argument ‘–sandbox’
The problem still occurs after downloaded the lastest SDK Manager based on Ubuntu 18.04.5 LTS
parallels@virtual:~/Downloads$ sudo sdkmanager --ver 1.3.1.7110
parallels@virtual:~/Downloads$ sudo sdkmanager
parallels@virtual:~/Downloads$ [877:1013/120410.489559:FATAL:atom_main_delegate.cc(207)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
SDK Manager is not officially supported on Ubuntu for Windows. It is only tested on pure Ubuntu OS.
Please run SDK Manager with “sdkmanager” command, in other words, remove the “sudo” before it.
If it fails to start silently, it may be caused by previous call of “sudo sdkmanager”. In this case, please run “sudo rm -rf ~/.nvsdkm” command then retry.
SDK Manager should not be started with “sudo” before the command.
Please run “sudo rm /tmp/sdkmanager.sock” to fix the EPERM error then run “sdkmanager” command again.