Elemento-Modular-Cloud / helpcenter

0 stars 0 forks source link

Fuse error on .AppImage install #10

Closed filippo-ferrando closed 2 months ago

filippo-ferrando commented 2 months ago

OS: Ubuntu 23.10 App: Elemento_Cloud_App_linux_x86.AppImage

When i try to launch the appimage file with ./Elemento_Cloud_App_linux_x86.AppImage it return the error dlopen(): error loading libfuse.so.2 Saying that AppImages require FUSE to run

Screenshot from 2024-04-17 19-29-47

filippo-ferrando commented 2 months ago

To fix this you need to install FUSE on you machine. Type sudo apt install fuse then rerun the application!