Error installing Omniverse Launcher on Ubuntu latest

Hi, I have downloaded omniverse-launcher-linux.AppImage
Followed the instructions at https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/install_basic.html

  • On Linux:
    • Move the omniverse-launcher-linux.AppImage file to a folder or the Desktop to prevent –allow-root accidental deletion.
    • Run sudo chmod +x omniverse-launcher-linux.AppImage to allow the app to be executed by the user.

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.

sudo apt install libfuse2

source and further details: Can't Run AppImage on Ubuntu 22.04? Here's How to Fix it

1 Like