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

Last updated: May 16,2024

1. Install "python3-aiohttp" package

Learn how to install python3-aiohttp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-aiohttp

2. Uninstall "python3-aiohttp" package

This guide let you learn how to uninstall python3-aiohttp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-aiohttp
Priority: optional
Section: universe/python
Installed-Size: 535
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-aiohttp
Version: 0.20.2-1
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-chardet, libc6 (>= 2.4)
Filename: pool/universe/p/python-aiohttp/python3-aiohttp_0.20.2-1_amd64.deb
Size: 115892
MD5sum: ecba1b13f07461dac48f291e83371b73
SHA1: ce44196f4f3e7d10f92cbe6f3ac8825bad58c104
SHA256: 442258f76d4399fca3b6fd68bb5f5af9111a1728b425961358aff2a9e38bc854
Description-en: http client/server for asyncio
HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support).
.
Features:
* supports both client and server side of HTTP protocol,
* supports both client and server Web-Sockets out-of-the-box,
* web-server has middlewares and pluggable routing.
Description-md5: f730c1eb49e4f113817da234d7a43357
Homepage: https://aiohttp.readthedocs.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu