How to Install and Uninstall python3-redis Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 22,2024
1. Install "python3-redis" package
This guide covers the steps necessary to install python3-redis on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python3-redis
Copied
2. Uninstall "python3-redis" package
This tutorial shows how to uninstall python3-redis on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python3-redis
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-redis package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python3-redis
Priority: optional
Section: python
Installed-Size: 221
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: all
Source: python-redis
Version: 2.10.5-1ubuntu1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/main/p/python-redis/python3-redis_2.10.5-1ubuntu1_all.deb
Size: 43990
MD5sum: 87b074beb3f5bb1fd801572082736ded
SHA1: e794b9d9e7d966eab7a1be42e4c57557acb0166e
SHA256: 861cfb9df3684212bca2b5fd78770b1db7a36f65dfeaa18c05a7c31d70c436d8
Description-en: Persistent key-value database with network interface (Python 3 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.
.
This is the Python 3 version of the package.
Description-md5: baf7ebae4889690958fc89c1c9eb2a9a
Homepage: http://github.com/andymccurdy/redis-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Priority: optional
Section: python
Installed-Size: 221
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: all
Source: python-redis
Version: 2.10.5-1ubuntu1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/main/p/python-redis/python3-redis_2.10.5-1ubuntu1_all.deb
Size: 43990
MD5sum: 87b074beb3f5bb1fd801572082736ded
SHA1: e794b9d9e7d966eab7a1be42e4c57557acb0166e
SHA256: 861cfb9df3684212bca2b5fd78770b1db7a36f65dfeaa18c05a7c31d70c436d8
Description-en: Persistent key-value database with network interface (Python 3 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.
.
This is the Python 3 version of the package.
Description-md5: baf7ebae4889690958fc89c1c9eb2a9a
Homepage: http://github.com/andymccurdy/redis-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m