How To Install ceph-immutable-object-cache on Fedora 36

In this tutorial we learn how to install ceph-immutable-object-cache in Fedora 36. ceph-immutable-object-cache is Ceph daemon for immutable object cache

Introduction

In this tutorial we learn how to install ceph-immutable-object-cache on Fedora 36.

What is ceph-immutable-object-cache

Daemon for immutable object cache.

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

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

sudo dnf -y install ceph-immutable-object-cache

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

sudo yum -y install ceph-immutable-object-cache

How To Uninstall ceph-immutable-object-cache on Fedora 36

To uninstall only the ceph-immutable-object-cache package we can use the following command:

sudo dnf remove ceph-immutable-object-cache

ceph-immutable-object-cache Package Contents on Fedora 36

/usr/bin/ceph-immutable-object-cache
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/d480b45058a35c3b3a9da34a71f2150b8c28bf
/usr/lib/systemd/system/ceph-immutable-object-cache.target
/usr/lib/systemd/system/[email protected]
/usr/share/man/man8/ceph-immutable-object-cache.8.gz

References

Summary

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