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

Last updated: November 26,2024

1. Install "python-redis" package

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

$ sudo apt update $ sudo apt install python-redis

2. Uninstall "python-redis" package

In this section, we are going to explain the necessary steps to uninstall python-redis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-redis
Priority: optional
Section: python
Installed-Size: 221
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: all
Version: 2.10.5-1ubuntu1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-hiredis
Filename: pool/main/p/python-redis/python-redis_2.10.5-1ubuntu1_all.deb
Size: 43876
MD5sum: 0cce02f41170e3b7fef1d7b7865880b8
SHA1: b38bb2e86a099e85a48cd616d6ec6ba0dbee4319
SHA256: 65a985eec6b2af3150878c6feda503bc9a1581ae054b42a1e7e9777e2ffc7eae
Description-en: Persistent key-value database with network interface (Python library)
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
The dataset is stored entirely in memory and periodically flushed to disk.
.
This package contains Python bindings to Redis.
Description-md5: 36af2573ced324890f46c8ff3b4a841c
Homepage: http://github.com/andymccurdy/redis-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y