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

Last updated: May 18,2024

1. Install "python-psycopg2-doc" package

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

$ sudo apt update $ sudo apt install python-psycopg2-doc

2. Uninstall "python-psycopg2-doc" package

In this section, we are going to explain the necessary steps to uninstall python-psycopg2-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-psycopg2-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-psycopg2-doc
Priority: optional
Section: doc
Installed-Size: 1038
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: psycopg2
Version: 2.6.1-1build2
Depends: libjs-sphinxdoc (>= 1.0)
Suggests: python-psycopg2 | python3-psycopg2
Filename: pool/main/p/psycopg2/python-psycopg2-doc_2.6.1-1build2_all.deb
Size: 206876
MD5sum: ba5cd8337eb655e7182b9960e013d1ee
SHA1: 2835bc2a3c03997ae85877b62d4df2fd86320ab0
SHA256: c1fadf1afde1365c5865982f44c6cb118fce6e5b434f48de93a195f2cc075a63
Description-en: Python module for PostgreSQL (documentation package)
psycopg is a PostgreSQL database adapter for the Python programming language
(just like pygresql and popy.) This is version 2, a complete rewrite of the
original code to provide new-style classes for connection and cursor objects
and other sweet candies. Like the original, psycopg 2 was written with the
aim of being very small and fast, and stable as a rock.
.
psycopg is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of
cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
psycopg 2 also provides full asynchronous operations for the really brave
programmer.
.
The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
and being thread safe at level 2. It also includes some extensions to the
standard DBAPI-2.0 to allow for better thread performance.
.
This package contains the psycopg2 documentation
Description-md5: 75a33aa58c41b3f3843830b2298edba0
Homepage: http://initd.org/projects/psycopg
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m