How to Install and Uninstall python39-psycopg2 Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-psycopg2" package

Here is a brief guide to show you how to install python39-psycopg2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-psycopg2

2. Uninstall "python39-psycopg2" package

Please follow the steps below to uninstall python39-psycopg2 on openSuSE Tumbleweed:

$ sudo zypper remove python39-psycopg2

3. Information about the python39-psycopg2 package on openSuSE Tumbleweed

Information for package python39-psycopg2:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-psycopg2
Version : 2.9.9-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 612.6 KiB
Installed : No
Status : not installed
Source package : python-psycopg2-2.9.9-2.2.src
Upstream URL : https://www.psycopg.org/
Summary : Python-PostgreSQL Database Adapter
Description :
psycopg2 is a PostgreSQL database adapter for the Python programming
language.
psycopg2 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. psycopg2 also provide asychronous operations and support
for coroutine libraries.