How To Install collectd-onewire on Fedora 36

In this tutorial we learn how to install collectd-onewire in Fedora 36. collectd-onewire is OneWire bus plugin for collectd

Introduction

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

What is collectd-onewire

The experimental OneWire plugin collects temperature information from sensors connected to the computer over the OneWire bus.

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

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

sudo dnf -y install collectd-onewire

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

sudo yum -y install collectd-onewire

How To Uninstall collectd-onewire on Fedora 36

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

sudo dnf remove collectd-onewire

collectd-onewire Package Contents on Fedora 36

/etc/collectd.d/onewire.conf
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/e54efc0701043f0c1fbedca15dabf072ccf403
/usr/lib64/collectd/onewire.so

References

Summary

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