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

Last updated: May 17,2024

1. Install "python3-aiopg" package

Here is a brief guide to show you how to install python3-aiopg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-aiopg

2. Uninstall "python3-aiopg" package

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

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

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

Package: python3-aiopg
Priority: optional
Section: universe/python
Installed-Size: 105
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Source: aiopg
Version: 0.7.0-3
Depends: python3-psycopg2, python3:any (>= 3.3.2-2~)
Recommends: python3-sqlalchemy
Filename: pool/universe/a/aiopg/python3-aiopg_0.7.0-3_all.deb
Size: 20364
MD5sum: 90952dc49dd85749bdb323d309346f09
SHA1: cb38eac83a5f44afc4094d23b84b0b7ba979fc70
SHA256: 0c7f65024f6fa6cec929d1ba677163d19ec34e7fd533aca4c0ee169295a7e9b5
Description-en: PostgreSQL integration with asyncio
aiopg is a library for accessing a PostgreSQL_ database
from the asyncio (PEP-3156/tulip) framework. It wraps
asynchronous features of the Psycopg database driver.
Description-md5: 6cacb969b03a50768360c667bfce23f9
Homepage: http://aiopg.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu