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

Last updated: May 17,2024

1. Install "python3-aioredis" package

Please follow the step by step instructions below to install python3-aioredis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-aioredis

2. Uninstall "python3-aioredis" package

Please follow the guidance below to uninstall python3-aioredis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-aioredis
Priority: optional
Section: universe/python
Installed-Size: 141
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Source: aioredis
Version: 0.2.4-1
Depends: python3-hiredis, python3:any (>= 3.3.2-2~)
Filename: pool/universe/a/aioredis/python3-aioredis_0.2.4-1_all.deb
Size: 23632
MD5sum: 4810886cc67c55686cb89201b4198543
SHA1: 1fe4f8b2d3081a6c95bab3982da1847b7bf1d502
SHA256: 7e57cc11d9b801171a87685389bc0a94dfbf7a644d613776c281b1504688bb76
Description-en: asyncio (PEP 3156) Redis support
The library is intended to provide simple and clear interface to Redis based
on asyncio.
.
Features:
* Connections pool
* Low-level & high-level API
* hiredis parser
Description-md5: 200939e80f330946452be1e71be50bde
Homepage: http://aioredis.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu