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
appimages require fuse to run
That is the fault I got when I tried running an appimage.
sudo apt install libfuse2t64
Make sure to add exec to your appimage
chmod a+x yourfile.appimage