10

I'm making a project and I have to use FUSE. I have to install libfuse2 and libfuse-dev (for ubuntu) but I'm not founding this libraries for fedora, could you tell me what are the equivalent libs for fedora?

mpromonet
  • 11,326
  • 43
  • 62
  • 91
gn66
  • 803
  • 2
  • 12
  • 33

1 Answers1

23

Hmm not sure this might work. But I believe Fedora uses the Yum package system not Apt. But I found this link

According to the forum post try this on your favorite shell:

 yum install fuse fuse-devel

P.S I haven't tested this, since I am not in front of a Fedora machine.

Daniel Lopez
  • 1,728
  • 3
  • 24
  • 40