I cannot run any appimage on Ubuntu 22.04. Of course I went to the propriety and put the flag on "run as executable" but once i double click on it nothing happen. I tried 3 appimages but nothing happen. Anyone knows how to fix it? Thanks
31 Answer
Ubuntu 22.04 will no longer ship with the libfuse2 package by default. The AppImage distribution (and more generally, all existing AppImage's) are built expecting libfuse2 support. This means that AppImage's will not run on Ubuntu 22.04 by default.
The user would have to manually run:
sudo apt install libfuse2*
prior to executing any AppImage.