How to Install and Uninstall remi-librdkafka.x86_64 Package on Rocky Linux 9

Last updated: October 08,2024

1. Install "remi-librdkafka.x86_64" package

Here is a brief guide to show you how to install remi-librdkafka.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install remi-librdkafka.x86_64

2. Uninstall "remi-librdkafka.x86_64" package

Please follow the guidance below to uninstall remi-librdkafka.x86_64 on Rocky Linux 9:

$ sudo dnf remove remi-librdkafka.x86_64 $ sudo dnf autoremove

3. Information about the remi-librdkafka.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:54:14 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : remi-librdkafka
Version : 2.3.0
Release : 1.el9.remi
Architecture : x86_64
Size : 765 k
Source : remi-librdkafka-2.3.0-1.el9.remi.src.rpm
Repository : remi-safe
Summary : Apache Kafka C/C++ client library
URL : https://github.com/edenhill/librdkafka
License : BSD-2-Clause AND BSD-3-Clause AND MIT
Description : librdkafka is a C library implementation of the Apache Kafka protocol,
: containing both Producer and Consumer support.
:
: It was designed with message delivery reliability and high performance
: in mind, current figures exceed 800000 msgs/second for the producer
: and 3 million msgs/second for the consumer.
:
: remi-librdkafka is designed to be installed beside librdkafka
: and only used by PHP binaries (rdkafka extension).