How to Install and Uninstall python3-psycopg3.noarch Package on Fedora 35

Last updated: January 20,2025

1. Install "python3-psycopg3.noarch" package

This guide covers the steps necessary to install python3-psycopg3.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-psycopg3.noarch

2. Uninstall "python3-psycopg3.noarch" package

Please follow the guidelines below to uninstall python3-psycopg3.noarch on Fedora 35:

$ sudo dnf remove python3-psycopg3.noarch $ sudo dnf autoremove

3. Information about the python3-psycopg3.noarch package on Fedora 35

Last metadata expiration check: 2:36:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-psycopg3
Version : 3.0.11
Release : 1.fc35
Architecture : noarch
Size : 253 k
Source : python-psycopg3-3.0.11-1.fc35.src.rpm
Repository : updates
Summary : Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python
URL : https://www.psycopg.org/psycopg3/
License : LGPLv3
Description : Psycopg 3 is a PostgreSQL database adapter for the Python programming language.
: Psycopg 3 presents a familiar interface for everyone who has used Psycopg 2 or
: any other DB-API 2.0 database adapter, but allows to use more modern PostgreSQL
: and Python features.