So my goal is to install an application that isn’t available (as far as I can tell) in the default dnf package manager. Ente Authenticator. It has an AppImage available on their Github, which I downloaded. Then I ran the command chmod a+x ente-auth-v4.4.17-x86_64.appimage
I ran ls to make sure that it worked, and now the appimage file shows up green. But when I run ./ente-auth-v4.4.17-x86_64.appimage, it says “/tmp/.mount_ente-aBfkJbi/AppRun: line 5: /tmp/.mount_ente-aBfkJbi/ente_auth: No such file or directory”
I’m confused why this is happening…as far as I can tell, I’m following the documentation exactly. What am I doing wrong here?