How To Install librabbitmq-tools on Fedora 36

In this tutorial we learn how to install librabbitmq-tools in Fedora 36. librabbitmq-tools is Example tools built using the librabbitmq package

Introduction

In this tutorial we learn how to install librabbitmq-tools on Fedora 36.

What is librabbitmq-tools

This package contains example tools built using librabbitmq. It provides amqp-consume Consume messages from a queue on an AMQP server amqp-declare-queue Declare a queue on an AMQP server amqp-delete-queue Delete a queue from an AMQP server amqp-get Get a message from a queue on an AMQP server amqp-publish Publish a message on an AMQP server

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

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

sudo dnf -y install librabbitmq-tools

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

sudo yum -y install librabbitmq-tools

How To Uninstall librabbitmq-tools on Fedora 36

To uninstall only the librabbitmq-tools package we can use the following command:

sudo dnf remove librabbitmq-tools

librabbitmq-tools Package Contents on Fedora 36

/usr/bin/amqp-consume
/usr/bin/amqp-declare-queue
/usr/bin/amqp-delete-queue
/usr/bin/amqp-get
/usr/bin/amqp-publish
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/49eb2eac35c7c172f6da6818c367e6e8eb5d59
/usr/lib/.build-id/26
/usr/lib/.build-id/26/026ca05c7d725d60b95c265b432ad9e9f8ede7
/usr/lib/.build-id/96
/usr/lib/.build-id/96/7c55bf44d2702712af63e287c960d757c17035
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/eb83af191a44b11288e2f00644cd672e1f92c2
/usr/lib/.build-id/de
/usr/lib/.build-id/de/ce9c204ef524b1eaacc0c2c4a55721b8675d1d
/usr/share/man/man1/amqp-consume.1.gz
/usr/share/man/man1/amqp-declare-queue.1.gz
/usr/share/man/man1/amqp-delete-queue.1.gz
/usr/share/man/man1/amqp-get.1.gz
/usr/share/man/man1/amqp-publish.1.gz
/usr/share/man/man7/librabbitmq-tools.7.gz

References

Summary

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