Ubuntu 24.04 appimages require fuse to run

appimages require fuse to run

That is the fault I got when I tried running an appimage.

Solution:

sudo apt install libfuse2t64

Tip

Make sure to add exec to your appimage

chmod a+x yourfile.appimage