Under construction

Some notes from my debian usage

AppImage

for running AppImage you need:

chmod +x example.AppImage

./example.AppImage

but prerequisite is FUSE more about it is at https://github.com/AppImage/AppImageKit/wiki/FUSE

but simply for example, on Ubuntu (>= 22.04):

sudo add-apt-repository universe
sudo apt install libfuse2