How to Install and Uninstall python3-hiredis Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-hiredis" package

Please follow the guidelines below to install python3-hiredis on Kali Linux

$ sudo apt update $ sudo apt install python3-hiredis

2. Uninstall "python3-hiredis" package

Please follow the guidelines below to uninstall python3-hiredis on Kali Linux:

$ sudo apt remove python3-hiredis $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-hiredis package on Kali Linux

Package: python3-hiredis
Source: python-hiredis
Version: 2.3.2-2
Installed-Size: 76
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libhiredis1.1.0 (>= 1.2.0)
Recommends: python3-redis
Suggests: redis-server
Size: 15216
SHA256: da2e1735125ca3a64ab05e6f53bc2116db64b4074e174f229be54f2edc4f3111
SHA1: 9292c4887879a545d203cdfec9cc0b1734e99621
MD5sum: 49b11391e088c77b776538e4001a47ca
Description: redis protocol reader for Python using hiredis
This package provides a Python extension that wraps the protocol parsing
code in Hiredis. It is targeted at speeding up parsing multi bulk replies from
redis-server.
.
Hiredis is a minimalistic C client library for the Redis database, a
persistent key-value database with support for atomically manipulating and
querying data structures such as lists and sets.
.
Note that it is not a stand-alone redis client library and requires other
code to perform low-level I/O with redis.
Description-md5:
Homepage: https://github.com/redis/hiredis-py
Section: python
Priority: optional
Filename: pool/main/p/python-hiredis/python3-hiredis_2.3.2-2_amd64.deb