How To Install ceph-fuse on Fedora 36

In this tutorial we learn how to install ceph-fuse in Fedora 36. ceph-fuse is Ceph fuse-based client

Introduction

In this tutorial we learn how to install ceph-fuse on Fedora 36.

What is ceph-fuse

FUSE based client for Ceph distributed network file system

We can use yum or dnf to install ceph-fuse on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ceph-fuse.

Install ceph-fuse on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ceph-fuse using dnf by running the following command:

sudo dnf -y install ceph-fuse

Install ceph-fuse on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ceph-fuse using yum by running the following command:

sudo yum -y install ceph-fuse

How To Uninstall ceph-fuse on Fedora 36

To uninstall only the ceph-fuse package we can use the following command:

sudo dnf remove ceph-fuse

ceph-fuse Package Contents on Fedora 36

/usr/bin/ceph-fuse
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/c0c7f40c68aaed09fb910b0a1e58086933f25e
/usr/lib/systemd/system/ceph-fuse.target
/usr/lib/systemd/system/[email protected]
/usr/sbin/mount.fuse.ceph
/usr/share/man/man8/ceph-fuse.8.gz
/usr/share/man/man8/mount.fuse.ceph.8.gz

References

Summary

In this tutorial we learn how to install ceph-fuse on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).