How To Install collectd-write_redis on Fedora 36

In this tutorial we learn how to install collectd-write_redis in Fedora 36. collectd-write_redis is Redis output plugin for collectd

Introduction

In this tutorial we learn how to install collectd-write_redis on Fedora 36.

What is collectd-write_redis

This plugin can send data to Redis.

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

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

sudo dnf -y install collectd-write_redis

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

sudo yum -y install collectd-write_redis

How To Uninstall collectd-write_redis on Fedora 36

To uninstall only the collectd-write_redis package we can use the following command:

sudo dnf remove collectd-write_redis

collectd-write_redis Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/c580e6c1d226479325c222ee1c6b865f7ab8e0
/usr/lib64/collectd/write_redis.so

References

Summary

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