How To Install librabbitmq on Fedora 36

In this tutorial we learn how to install librabbitmq in Fedora 36. librabbitmq is Client library for AMQP

Introduction


In this tutorial we learn how to install librabbitmq on Fedora 36. title: “How To Install librabbitmq on Fedora 36”

linkTitle: “librabbitmq”

What is librabbitmq

type: “docs”

description: “In this tutorial we learn how to install librabbitmq in Fedora 36. librabbitmq is Client library for AMQP”

This is a C-language AMQP client library for use with AMQP servers speaking protocol versions 0-9-1.
date: “2022-08-17”

lastmod: “2022-08-17” We can use yum or dnf to install librabbitmq on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librabbitmq.

#image: /images/fedora/36/librabbitmq-featured.png

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

sudo dnf -y install librabbitmq

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


Introduction

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

What is librabbitmq

This is a C-language AMQP client library for use with AMQP servers speaking protocol versions 0-9-1.

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

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

sudo dnf -y install librabbitmq

Install librabbitmq on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh
sudo yum -y install librabbitmq

How To Uninstall librabbitmq on Fedora 36

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

sudo dnf remove librabbitmq

librabbitmq Package Contents on Fedora 36


After updating yum database, We can install `librabbitmq` using `yum` by running the following command:

```bash
sudo yum -y install librabbitmq

How To Uninstall librabbitmq on Fedora 36

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

sudo dnf remove librabbitmq

librabbitmq Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/9f0cbcba05cb7cab71de997d32f8022e0edd3f
/usr/lib64/librabbitmq.so.4
/usr/lib64/librabbitmq.so.4.5.0
/usr/share/licenses/librabbitmq
/usr/share/licenses/librabbitmq/LICENSE-MIT

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/c3 /usr/lib/.build-id/c3/14ca4a6aff9fdb3552f1a51643f23c6dac7f97 /usr/lib/librabbitmq.so.4 /usr/lib/librabbitmq.so.4.5.0 /usr/share/licenses/librabbitmq /usr/share/licenses/librabbitmq/LICENSE-MIT


## References

* [librabbitmq website](https://github.com/alanxz/rabbitmq-c)

## Summary

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