How to Install and Uninstall python-pg8000 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 05,2024

1. Install "python-pg8000" package

This guide let you learn how to install python-pg8000 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pg8000

2. Uninstall "python-pg8000" package

Please follow the steps below to uninstall python-pg8000 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pg8000 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pg8000 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pg8000
Priority: optional
Section: universe/python
Installed-Size: 117
Maintainer: Ubuntu Developers
Original-Maintainer: Rahul Amaram
Architecture: all
Source: pg8000
Version: 1.10.2-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-six
Filename: pool/universe/p/pg8000/python-pg8000_1.10.2-1_all.deb
Size: 23176
MD5sum: 66f4ddbed4ed491160cb40a1f3e1c24f
SHA1: 208927103b03dcc321da8eaef73a691b57dafa3d
SHA256: feb220b0d8c2baf96051d5abeeaec577e49857c9610106e2dc4455eee31b4747
Description-en: Pure-Python PostgreSQL Driver
pg8000 is a Pure-Python interface to the PostgreSQL database engine. It is
one of many PostgreSQL interfaces for the Python programming language. pg8000
is somewhat distinctive in that it is written entirely in Python and does not
rely on any external libraries (such as a compiled Python module, or
PostgreSQL's libpq library). pg8000 supports the standard Python DB-API
version 2.0.
.
pg8000's name comes from the belief that it is probably about the 8000th
PostgreSQL interface for Python.
Description-md5: 0461e5caca5ad3a3e691908d7fd73999
Homepage: https://github.com/mfenniak/pg8000
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu