I can launch any AppImage on my ubuntu 24.04 LTS device. I tried to use command line arguments but none of them work and i always get command not found message.
As they say, it should work without any problem. https://github.com/AppImage/AppImageKit#appimage-usage
Examples:
$ anyappimage.AppImage --appimage-help
anyappimage.AppImage: command not found
$ sudo ./anyappimage.AppImage --appimage-extract
sudo: ./anyappimage.AppImage: command not found
I also read these but not helpful:
- Why am I unable to install AppImages on a brand new Kubuntu 18.04 install?
- How can I create a desktop entry for an AppImage? (although this's an unrelated question. I tried an appimage mentioned in it https://appimage.github.io/Inkscape/)