Im using a vm (I know there are issues here but they are not related right now) with ubuntu 20.04, I am a super user on the device and whenever I try to run sdkmanager all the way through installation and prompts me for sudo in the sdk command panel it doesnt accept my credentials. When I try to sudo sdkmanager this is the error I get
user@jetsonmachine:~$ sudo sdkmanager --cli --offline --license accept --download-folder /home/user/Downloads/nvidia/sdkm_downloads
You are running SDK Manager as root user (or with root privilege). Please note: all installed files will be owned by root,
and SDK Manager configuration and log files will be saved to: /.nvsdkm directory.
Do you want to continue? Yes
Warning: --offline in args will be deprecated soon. Please use: --login-type offline
Installing from: /home/user/Downloads/nvidia/sdkm_downloads
Welcome to NVIDIA SDK MANAGER v2.3.0.12617 +
++++++++++++++++++++++++++++++++++++++++++++++++++
┏ Login ---------------------------------------- ┓
✔ Loading data from local folder /home/user/Downloads/nvidia/sdkm_downloads
Component dependencies may require access to online repositories.
Hello User :)
✔ Loading server data…
✔ Loading and processing available products…
┗ ---------------------------------------------- ┛
OK so I am no longer using a VM or docker. I have a host machine (ubuntu 20.04) and whenever i try to run the sdk manager (either gui or cli) when it comes to the installation part of the process I get asked to enter my sudo password into the app but it does not take my password. When I use sudo to start the sdkmanager it tells me that installation of jetpack is not available as superuser. So I get stuck on this part of installation I am not too sure what to do here. Has anyone else encountered this issue?
On your ubuntu ‘host’ desktop run the following to install sdkmanager requirements on your host computer (correct the path if it is installed elsewhere).
To be clear; that box wants your local computer logon password. Which may be different from your developer.nvidia.com password unless you made them the same.
I understand what the box is asking, it wont accept my sudo credentials for my computer and im asking is there a way to bypass this or why is it only inside the sdkmanager interface that it wont accept my sudo credentials
user@agb329:~$ sudo apt -y install ~/Downloads/sdkmanager_2.3.0-12617_amd64.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘sdkmanager’ instead of ‘/home/user/Downloads/sdkmanager_2.3.0-12617_amd64.deb’
The following NEW packages will be installed:
sdkmanager
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Need to get 0 B/89.2 MB of archives.
After this operation, 4,096 B of additional disk space will be used.
Get:1 /home/user/Downloads/sdkmanager_2.3.0-12617_amd64.deb sdkmanager amd64 2.3.0-12617 [89.2 MB]
Selecting previously unselected package sdkmanager.
(Reading database … 214243 files and directories currently installed.)
Preparing to unpack …/sdkmanager_2.3.0-12617_amd64.deb …
Unpacking sdkmanager (2.3.0-12617) …
Setting up sdkmanager (2.3.0-12617) …
Processing triggers for mime-support (3.64ubuntu1) …
Processing triggers for hicolor-icon-theme (0.17-2) …
Processing triggers for gnome-menus (3.36.0-1ubuntu1) …
Processing triggers for desktop-file-utils (0.24-1ubuntu3) …
N: Download is performed unsandboxed as root as file ‘/home/user/Downloads/sdkmanager_2.3.0-12617_amd64.deb’ couldn’t be accessed by user ‘_apt’. - pkgAcquire::Run (13: Permission denied)