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

Last updated: May 18,2024

1. Install "python-hiredis" package

Please follow the guidelines below to install python-hiredis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-hiredis

2. Uninstall "python-hiredis" package

This guide covers the steps necessary to uninstall python-hiredis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-hiredis
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Version: 0.2.0-1build1
Depends: libc6 (>= 2.14), libhiredis0.13 (>= 0.13.1), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Recommends: python-redis
Suggests: redis-server, python-gevent
Filename: pool/universe/p/python-hiredis/python-hiredis_0.2.0-1build1_amd64.deb
Size: 10170
MD5sum: d665b3265a3edf8f9a2cf5acd902cb07
SHA1: 2f69ce8d9056f7420ac6dfa7e0eb6799ac85ae02
SHA256: b293559a506124501f63d81decb419ad7c98d09b9c700a8231fcab1a32485a6f
Description-en: redis protocol reader for Python 2.X using hiredis
python-hiredis 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.
.
python-hiredis is not a stand-alone redis client library and requires other
code to perform low-level I/O with redis.
Description-md5: 9b4228902da07c221b6fb2301edb41cc
Homepage: http://github.com/redis/hiredis-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu