I've never ran an AppImage before. I learned that you need FUSE to run them:
sudo apt install libfuse2
then allow the image to be executed
chmod a+x NeverWrite-0.2.7-x64.AppImage
Then run it
./NeverWrite-0.2.7-x64.AppImage
But I receive this error.
[67389:0520/133059.755894:FATAL:sandbox/linux/suid/client/setuid_sandbox_host.cc:166] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_NeverWlm78z9/chrome-sandbox is owned by root and has mode 4755.
zsh: trace trap (core dumped) ./NeverWrite-0.2.7-x64.AppImage
It would be nice to have the app as a regular package (.deb) instead.
I've never ran an AppImage before. I learned that you need FUSE to run them:
then allow the image to be executed
Then run it
But I receive this error.
It would be nice to have the app as a regular package (.deb) instead.