Appimage problem

I’ve downloaded about four or five app images and none of them will launch they are all executable. Any suggestions?

Command and output please.

/home/spaceboy/Downloads/MyMonero-1.3.3.AppImage
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

Fuse is installed as is fuse-sshfs

i needed fuse-libs.

I avoided that at some point by unaring the AppImage to a folder real quick and running the binary :stuck_out_tongue: