What are the libraries libfuse2 and libfuse-dev for fedora?
Asked Answered
H

1

14

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?

Halothane answered 19/11, 2012 at 15:52 Comment(0)
A
28

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.

Anatola answered 19/11, 2012 at 16:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.