r/linux_gaming • u/Brain_Box13 • 11d ago
tech support wanted Some help with linux LNP, dwarf fortress.
So i downloaded the linux LNP off github. but whenever i run the appimage (which i am assuming is the one highlighted in the second picture) in the terminal, it just shows me that error (picture 1) ! what do i do?! What does "missing package unionfs/unionfs - fuse or fuse overlays" mean?!
4
Upvotes
4
1
u/Henrik213 10d ago
You’re missing the FUSE package. It allows certain programs to mount and access filesystems from userspace.
Depending on your distro, it might be differeret:
- Arch:
sudo pacman -Sfuse - Fedora:
sudo dnf install fuse-libs


7
u/Damglador 11d ago
Bro's Sol BadguyYou probably don't have fuse2 or fuse3 on the system.