How to Install and Uninstall python3-psycopg2 Package on openSUSE Leap
Last updated: January 11,2025
1. Install "python3-psycopg2" package
This is a short guide on how to install python3-psycopg2 on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-psycopg2
Copied
2. Uninstall "python3-psycopg2" package
This tutorial shows how to uninstall python3-psycopg2 on openSUSE Leap:
$
sudo zypper remove
python3-psycopg2
Copied
3. Information about the python3-psycopg2 package on openSUSE Leap
Information for package python3-psycopg2:
-----------------------------------------
Repository : Main Repository
Name : python3-psycopg2
Version : 2.8.5-5.7.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 675.1 KiB
Installed : No
Status : not installed
Source package : python-psycopg2-2.8.5-5.7.1.src
Upstream URL : http://initd.org/psycopg/
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.
-----------------------------------------
Repository : Main Repository
Name : python3-psycopg2
Version : 2.8.5-5.7.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 675.1 KiB
Installed : No
Status : not installed
Source package : python-psycopg2-2.8.5-5.7.1.src
Upstream URL : http://initd.org/psycopg/
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.