How To Install rbd-fuse on Fedora 36
Introduction
In this tutorial we learn how to install rbd-fuse
on Fedora 36.
What is rbd-fuse
FUSE based client to map Ceph rbd images to files
We can use yum
or dnf
to install rbd-fuse
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rbd-fuse.
Install rbd-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 rbd-fuse
using dnf
by running the following command:
sudo dnf -y install rbd-fuse
Install rbd-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 rbd-fuse
using yum
by running the following command:
sudo yum -y install rbd-fuse
How To Uninstall rbd-fuse on Fedora 36
To uninstall only the rbd-fuse
package we can use the following command:
sudo dnf remove rbd-fuse
rbd-fuse Package Contents on Fedora 36
/usr/bin/rbd-fuse
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/537df0308b018d4a32ab6103a486d9fcdc43fb
/usr/share/man/man8/rbd-fuse.8.gz
References
Summary
In this tutorial we learn how to install rbd-fuse
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).