#Linux AppImage needs Dependency FUSE2
1 messages · Page 1 of 1 (latest)
FUSE comes as part of the default desktop with most Linux distributions.
According to official docs On Arch Linux, FUSE should work already. A common issue, however, is that the fusermount binary’s permissions may be incorrect.
What is the problem here exactly? If you install BAR from aur, that's not a official package and you need to reach out to maintainer of that packages. BAR devs don't control it.
There are even comments on aur page about missing dependencies and doesn't look like maintainer is resolving them
There is no problem here, I was able to run the appimage from the website, after installing fuse2 (note, not the aur version of BAR) from my understanding appimages should resolve needed dependencies automatically. I’m sorry if I misunderstood just wanted to help
Ah, ok, no, appimages are not resolving the dependencies themselves, they don't run the package manager in the system, so if you miss something, it needs to be installed manually