we are trying to set-up Aerial Omniverse platform on L40S launch pad following the installation steps provide here Installation - NVIDIA Docs
Got in to an issue “Permission denied (publickey)” and unable to get the Omniverse launcher
++++++++++++++++++++++++++++++++++
nvidia@TRY-42118-gpu01:~/aodt_bundle$ sh install.sh localhost $NGC_CLI_API_KEY
install.sh: 15: [: 1000: unexpected operator
install.sh: 22: [[: not found
Hit:1 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease
Hit:2 Index of linux/ubuntu/ jammy InRelease
Hit:3 https://nvidia.github.io/libnvidia-container/stable/deb/amd64 InRelease
Hit:4 https://apt.grafana.com stable InRelease
Hit:5 InfluxData - Package Repository stable InRelease
Hit:6 Index of /ubuntu jammy-security InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:8 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:10 Index of /mozillateam/ppa/ubuntu jammy InRelease
Hit:11 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:9 https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.28/deb InRelease
Reading package lists… Done
W: http://ppa.launchpad.net/mozillateam/ppa/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
dmidecode is already the newest version (3.3-3ubuntu0.1).
The following packages were automatically installed and are no longer required:
gir1.2-libxfce4util-1.0 gir1.2-xfconf-0 xfce4-power-manager-data
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 46 not upgraded.
install.sh: 40: [[: not found
install.sh: 47: [[: not found
install.sh: 81: [[: not found
install.sh: 90: [[: not found
install.sh: 100: [[: not found
install.sh: 152: [[: not found
install.sh: 201: [[: not found
install.sh: 209: [[: not found
nvidia@localhost: Permission denied (publickey).
nvidia@localhost: Permission denied (publickey).
sed: can’t read /home/nvidia/.local/share/ov/pkg/aodt-1.1.0/apps/aodt.kit: No such file or directory
nvidia@localhost: Permission denied (publickey).
Installation Complete
++++++++++++++++++++++++++++++++++
The OV_GUI_Install.Log says
nvidia@TRY-42118-gpu01:~/aodt_bundle$ cat OV_GUI_install.log
dlopen(): error loading libfuse.so.2
++++++++++++++++++++++++++++++++++++
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See FUSE · AppImage/AppImageKit Wiki · GitHub
for more information
nvidia@TRY-42118-gpu01:~/aodt_bundle$
+++++++++++++++++++++++++++