APPimage code example
Example 1: how to run an appimage in linux
$ chmod a+x filename.AppImage
Example 2: what is this for .appimage
$ chmod a+x filename.AppImage
$ ./filename.AppImage
Example 3: appimage install kali linux
./exampleName.AppImage
Example 4: appimage install kali linux
chmod a+x exampleName.AppImage
Example 5: appimage install kali linux
$ chmod a+x Subsurface*.AppImage
Example 6: AppImage
//make executable
$ chmod a+x Subsurface*.AppImage
//run with
$ ./Subsurface*.AppImage