How To Install collectd-amqp1 on Fedora 36

In this tutorial we learn how to install collectd-amqp1 in Fedora 36. collectd-amqp1 is Sends JSON-encoded data to an AMQP1 message intermediary

Introduction

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

What is collectd-amqp1

Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP) 1.0 server, such as Qpid Dispatch Router or Apache Artemis Broker.

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

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

sudo dnf -y install collectd-amqp1

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

sudo yum -y install collectd-amqp1

How To Uninstall collectd-amqp1 on Fedora 36

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

sudo dnf remove collectd-amqp1

collectd-amqp1 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/96/b0d9a75e5e3cb116e381b7850a3d65f861fad1
/usr/lib64/collectd/amqp1.so

References

Summary

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