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

Last updated: June 23,2024

1. Install "remi-librdkafka.x86_64" package

Please follow the instructions below to install remi-librdkafka.x86_64 on AlmaLinux 9

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

2. Uninstall "remi-librdkafka.x86_64" package

This guide covers the steps necessary to uninstall remi-librdkafka.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 2:17:48 ago on Wed Mar 13 07:41:12 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).