How To Install ceph-common on Fedora 36

In this tutorial we learn how to install ceph-common in Fedora 36. ceph-common is Ceph Common

Introduction

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

What is ceph-common

Common utilities to mount and interact with a ceph storage cluster. Comprised of files that are common to Ceph clients and servers.

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

Install ceph-common 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-common using dnf by running the following command:

sudo dnf -y install ceph-common

Install ceph-common 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-common using yum by running the following command:

sudo yum -y install ceph-common

How To Uninstall ceph-common on Fedora 36

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

sudo dnf remove ceph-common

ceph-common Package Contents on Fedora 36

/etc/bash_completion.d/ceph
/etc/bash_completion.d/rados
/etc/bash_completion.d/radosgw-admin
/etc/bash_completion.d/rbd
/etc/ceph
/etc/ceph/rbdmap
/usr/bin/ceph
/usr/bin/ceph-authtool
/usr/bin/ceph-conf
/usr/bin/ceph-dencoder
/usr/bin/ceph-post-file
/usr/bin/ceph-rbdnamer
/usr/bin/ceph-syn
/usr/bin/cephfs-data-scan
/usr/bin/cephfs-journal-tool
/usr/bin/cephfs-table-tool
/usr/bin/rados
/usr/bin/radosgw-admin
/usr/bin/rbd
/usr/bin/rbd-replay
/usr/bin/rbd-replay-many
/usr/bin/rbd-replay-prep
/usr/bin/rbdmap
/usr/lib/.build-id
/usr/lib/.build-id/05/f80fd1fc2c997ae363cf0ab71c8057f752a07b
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/e19225c3c92585252929e21167dd45b20ca815
/usr/lib/.build-id/29
/usr/lib/.build-id/29/7e36da8aec8fa57aab5caac7c6030bdfe4ee44
/usr/lib/.build-id/2b/1380a9ec11b079488a7b06f549bbdcd9fbb8ff
/usr/lib/.build-id/31/4ca98ae429d3d40888aa8ba7c2b7b23cb26193
/usr/lib/.build-id/44
/usr/lib/.build-id/44/f241f2a67a931648c5e424c67bd3c8f64fd750
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/68e2992edda0e464fd140b7846fd7cc5fbbba2
/usr/lib/.build-id/65
/usr/lib/.build-id/65/596a84bbcf1fcc7ea57a743e3a88a0fe5408b3
/usr/lib/.build-id/72
/usr/lib/.build-id/72/2c8c15d53475c7e047669c25e05b70a9061f9f
/usr/lib/.build-id/81
/usr/lib/.build-id/81/c3b8b8e95383258c96738431570673a25bc6e9
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/941ef79fd0653907d82f3c5b8ad0fd69c0a67c
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/cfdf4e475164962c99e05664be7a6ca961b145
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/90c29f9f841ef7f7c1ed88104b86ac0d32533b
/usr/lib/systemd/system/rbdmap.service
/usr/lib/tmpfiles.d/ceph-common.conf
/usr/lib/udev/rules.d/50-rbd.rules
/usr/sbin/mount.ceph
/usr/share/ceph
/usr/share/ceph/id_rsa_drop.ceph.com
/usr/share/ceph/id_rsa_drop.ceph.com.pub
/usr/share/ceph/known_hosts_drop.ceph.com
/usr/share/doc/ceph
/usr/share/doc/ceph/COPYING
/usr/share/doc/ceph/sample.ceph.conf
/usr/share/man/man8/ceph-authtool.8.gz
/usr/share/man/man8/ceph-conf.8.gz
/usr/share/man/man8/ceph-dencoder.8.gz
/usr/share/man/man8/ceph-diff-sorted.8.gz
/usr/share/man/man8/ceph-post-file.8.gz
/usr/share/man/man8/ceph-rbdnamer.8.gz
/usr/share/man/man8/ceph-syn.8.gz
/usr/share/man/man8/ceph.8.gz
/usr/share/man/man8/mount.ceph.8.gz
/usr/share/man/man8/rados.8.gz
/usr/share/man/man8/radosgw-admin.8.gz
/usr/share/man/man8/rbd-replay-many.8.gz
/usr/share/man/man8/rbd-replay-prep.8.gz
/usr/share/man/man8/rbd-replay.8.gz
/usr/share/man/man8/rbd.8.gz
/usr/share/man/man8/rbdmap.8.gz
/usr/share/man/man8/rgw-orphan-list.8.gz
/var/lib/ceph
/var/log/ceph

References

Summary

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