How to Install and Uninstall python2-pykafka Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python2-pykafka" package

This guide covers the steps necessary to install python2-pykafka on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pykafka

2. Uninstall "python2-pykafka" package

In this section, we are going to explain the necessary steps to uninstall python2-pykafka on openSUSE Leap:

$ sudo zypper remove python2-pykafka

3. Information about the python2-pykafka package on openSUSE Leap

Information for package python2-pykafka:
----------------------------------------
Repository : Main Repository
Name : python2-pykafka
Version : 2.8.0-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 966,4 KiB
Installed : No
Status : not installed
Source package : python-pykafka-2.8.0-bp153.1.14.src
Summary : Full-Featured Pure-Python Kafka Client
Description :
PyKafka is a cluster-aware Kafka>=0.8.2 client for Python. It includes Python
implementations of Kafka producers and consumers, which are optionally backed
by a C extension built on `librdkafka`_, and runs under Python 2.7+, Python 3.4+,
and PyPy.
.. _librdkafka: https://github.com/edenhill/librdkafka
PyKafka's primary goal is to provide a similar level of abstraction to the
`JVM Kafka client`_ using idioms familiar to Python programmers and exposing
the most Pythonic API possible.