How to Install and Uninstall librdkafka1php.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "librdkafka1php.x86_64" package

This is a short guide on how to install librdkafka1php.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install librdkafka1php.x86_64

2. Uninstall "librdkafka1php.x86_64" package

This is a short guide on how to uninstall librdkafka1php.x86_64 on Fedora 36:

$ sudo dnf remove librdkafka1php.x86_64 $ sudo dnf autoremove

3. Information about the librdkafka1php.x86_64 package on Fedora 36

Last metadata expiration check: 1:43:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : librdkafka1php
Version : 1.9.2
Release : 1.fc36.remi
Architecture : x86_64
Size : 661 k
Source : librdkafka1php-1.9.2-1.fc36.remi.src.rpm
Repository : remi
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).