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

Last updated: May 07,2024

1. Install "python3-postgresql" package

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

$ sudo apt update $ sudo apt install python3-postgresql

2. Uninstall "python3-postgresql" package

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

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

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

Package: python3-postgresql
Priority: optional
Section: universe/python
Installed-Size: 2610
Maintainer: Ubuntu Developers
Original-Maintainer: William Grzybowski
Architecture: amd64
Source: py-postgresql
Version: 1.1.0-2build2
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libpython3-stdlib, libjs-jquery, libjs-underscore
Filename: pool/universe/p/py-postgresql/python3-postgresql_1.1.0-2build2_amd64.deb
Size: 621386
MD5sum: ab6108da016bf697267df5661db8b999
SHA1: 9e8b0b4609e7c727ebe9dd1ff71e8836a94d9a92
SHA256: 35481fc200e05775dc51da6feef0d4b2fbd9551cdd6471596d83da704c412f90
Description-en: pgsql driver, cluster management tools, and client tools
py-postgresql is a python3 DB-API driver, including cluster management
tools and client development tools. Written in pure Python 3 with
optional optimizations written in C.
.
It provides support for protocol-level prepared statements, the COPY interface,
arrays and composite types, and a console to run quick tests and simple
scripts in PostgreSQL called pg_python.
Description-md5: 609b5fbf2ae8907ce05b6af946ddbd54
Homepage: http://python.projects.postgresql.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu