How to Install and Uninstall python3-psycopg2cffi Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-psycopg2cffi" package

Please follow the steps below to install python3-psycopg2cffi on Kali Linux

$ sudo apt update $ sudo apt install python3-psycopg2cffi

2. Uninstall "python3-psycopg2cffi" package

This guide let you learn how to uninstall python3-psycopg2cffi on Kali Linux:

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

3. Information about the python3-psycopg2cffi package on Kali Linux

Package: python3-psycopg2cffi
Source: python-psycopg2cffi (2.8.1-2)
Version: 2.8.1-2+b2
Installed-Size: 327
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3-cffi, python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-six, python3:any, libc6 (>= 2.7), libpq5 (>= 9.0~)
Size: 64808
SHA256: 3e9a2eea513d0e496d94737f2c3bc3f0fc945b0af48a930e507e614fe93b4e96
SHA1: 36857c5f842aedb9168e5ee9021b952cbee4d18f
MD5sum: 2c9ebf559a490b28d0d61d3316c45a47
Description: implementation of the psycopg2 module using cffi
This package provides an implementation of the psycopg2 module using cffi.
.
Psycopg is a PostgreSQL database adapter for the Python3 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.
Description-md5:
Homepage: https://github.com/chtd/psycopg2cffi
Section: python
Priority: optional
Filename: pool/main/p/python-psycopg2cffi/python3-psycopg2cffi_2.8.1-2+b2_amd64.deb