I am not able to install ocfs2-tools on Fedora OS. According to google this should be enough: yum install -y ocfs2-tools (it says: cannot find the package).I Tried: yum install ocfs2-tools.x86_64.I Tried: yum list available | grep -l 'ocfs' (there is no such package). On ubuntu it should be: apt-get install ocfs2tools. How can I install ocf2 tool on Fedora distribution ?
edited: I downloaded ocfs2-tools-e797cf5f27e9d4238efe27fa2203b102e44246f6.tar.gz from fedora git. Installed "Development tools". I tried to run ./configure script, but I got message: "Unable to find com_err library" so I installed e2fsprogs-devel and after I tried to run configure script I got message: "Unable to find uuid library" so I installed libuuid and libblkid-devel and I got message: "Unable to find ncurses library" ... help :)