How to Install and Uninstall librdkafka1php.x86_64 Package on CentOS Stream 8

Last updated: June 28,2024

1. Install "librdkafka1php.x86_64" package

In this section, we are going to explain the necessary steps to install librdkafka1php.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install librdkafka1php.x86_64

2. Uninstall "librdkafka1php.x86_64" package

This tutorial shows how to uninstall librdkafka1php.x86_64 on CentOS Stream 8:

$ sudo dnf remove librdkafka1php.x86_64 $ sudo dnf autoremove

3. Information about the librdkafka1php.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:45:53 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : librdkafka1php
Version : 1.9.2
Release : 1.el8.remi
Architecture : x86_64
Size : 680 k
Source : librdkafka1php-1.9.2-1.el8.remi.src.rpm
Repository : remi-safe
Summary : Apache Kafka C/C++ client library
URL : https://github.com/edenhill/librdkafka
License : BSD 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.
:
: librdkafka1php is designed to be installed beside librdkafka
: and only used by PHP binaries (rdkafka extension).