How to Install and Uninstall python3-hiredis Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-hiredis" package

This tutorial shows how to install python3-hiredis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-hiredis

2. Uninstall "python3-hiredis" package

Learn how to uninstall python3-hiredis on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-hiredis package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-hiredis
Priority: optional
Section: universe/python
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-hiredis
Version: 0.2.0-1build1
Depends: libc6 (>= 2.14), libhiredis0.13 (>= 0.13.1), python3 (<< 3.6), python3 (>= 3.5~)
Recommends: python3-redis
Suggests: redis-server
Filename: pool/universe/p/python-hiredis/python3-hiredis_0.2.0-1build1_amd64.deb
Size: 8500
MD5sum: 234f74f92c7f2a87521ab557bd40f11c
SHA1: 356be62851b6c5516d32e42a1abd5b6d03151a97
SHA256: bc16256cb31eb716cf4f13dc3bbe33536f29aff38747a9db20136f3a90cc006e
Description-en: 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: df9fe422c54b97f44cf2123767cc6350
Homepage: http://github.com/redis/hiredis-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu