When trying to run an AppImage, I was getting errors that FUSE was not installed.
dnf install fuse fuse-libs
per the FUSE docs: FUSE · AppImage/AppImageKit Wiki · GitHub and then restarting fixes this, but this was set up by default in F42 if i recall correctly.
I’m thinking if FUSE isn’t used for anything else, maybe it shouldn’t be presented out-the-box if the default idea is to get apps from GUI software/Flatpak?
I ran into that a while back on openSUSE. I remembered that last night, took an AppImage, 7z x
’d it, and it ran fine extracted to a folder without the FUSE libs.