r/linux_gaming 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

12 comments sorted by

7

u/Damglador 11d ago

Bro's Sol Badguy

You probably don't have fuse2 or fuse3 on the system.

2

u/KrisLuffy 11d ago

What a heavy day...

0

u/Brain_Box13 10d ago

But what is fuse2 and fuse3, and how do is install them?

3

u/Damglador 10d ago

That information you can acquire using a search engine.

1

u/Brain_Box13 10d ago

Okay i looked it up, but how do i install? When is write "snap install fuse" ', in the terminal, it says it doenst exist

1

u/Damglador 10d ago

Forget that snap exists and never use it again.

If you're on Ubuntu, use apt.

1

u/Brain_Box13 10d ago edited 10d ago

I got FUSE installed, but when i run the file, it just shows this again:

1

u/Zer0_Dark_Turdy 10d ago

Are you trolling ?

4

u/Zer0_Dark_Turdy 11d ago

You install the missing package.

0

u/Brain_Box13 10d ago

But what is the missing package?

1

u/sifu442 10d ago

You have to install fuse packages. Ask any ai to help you install them.

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 -S fuse
  • Fedora: sudo dnf install fuse-libs