Hi, I have downloaded omniverse-launcher-linux.AppImage
Followed the instructions at 2. Basic Isaac Sim Installation — Omniverse Robotics documentation
- On Linux:
-
- Move the
omniverse-launcher-linux.AppImage
file to a folder or the Desktop to prevent –allow-root accidental deletion.
- Move the
-
- Run
sudo chmod +x omniverse-launcher-linux.AppImage
to allow the app to be executed by the user.
- Run
-
- Double-click the
omniverse-launcher-linux.AppImage
file to Install Omniverse Launcher.
- Double-click the
The file was not running. The issue might be with x32 vs x64 file. I am not sure. I have also tried to
./omniverse-launcher-linux.AppImage
I have recieved the following error:
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
Please help.