Hello,
how can I enable Appimages on Rocky 10? There’s something amiss with FUSE that I don’t understand…
Thanks in advance.
Hello,
how can I enable Appimages on Rocky 10? There’s something amiss with FUSE that I don’t understand…
Thanks in advance.
Be careful with it, an app image is a bit like double clicking a *.exe file from “the internet”.
There really isn’t anything to “enable”. Just set the appimage file to executable and run it.
Hi,
Please try:-
sudo dnf install fuse
My understanding is that Rocky10 comes with fuse3 by default, but some appimages need the older version to function correctly.
Regards Tom.
Thanks Tom,
it worked!