How To Install collectd-utils on Fedora 36

In this tutorial we learn how to install collectd-utils in Fedora 36. collectd-utils is Collectd utilities

Introduction

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

What is collectd-utils

Collectd utilities

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

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

sudo dnf -y install collectd-utils

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

sudo yum -y install collectd-utils

How To Uninstall collectd-utils on Fedora 36

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

sudo dnf remove collectd-utils

collectd-utils Package Contents on Fedora 36

/usr/bin/collectd-nagios
/usr/bin/collectd-tg
/usr/bin/collectdctl
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/2880b687b9881cf95b8f9e567224226c91d607
/usr/lib/.build-id/48/7c54c264d4edb3451b5f62db90b6084d8ab7b0
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/7e70a8c430138584c4c060ba9b21743bc796be
/usr/share/man/man1/collectd-nagios.1.gz
/usr/share/man/man1/collectd-tg.1.gz
/usr/share/man/man1/collectdctl.1.gz

References

Summary

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