How to Install and Uninstall python3-pg8000.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "python3-pg8000.noarch" package

Please follow the guidelines below to install python3-pg8000.noarch on Fedora 36

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

2. Uninstall "python3-pg8000.noarch" package

This is a short guide on how to uninstall python3-pg8000.noarch on Fedora 36:

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

3. Information about the python3-pg8000.noarch package on Fedora 36

Last metadata expiration check: 0:30:23 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-pg8000
Version : 1.23.0
Release : 2.fc36
Architecture : noarch
Size : 56 k
Source : python-pg8000-1.23.0-2.fc36.src.rpm
Repository : fedora
Summary : Pure Python3 PostgreSQL Driver
URL : http://github.com/tlocke/pg8000/
License : BSD
Description : pg8000 is a pure Python3 PostgreSQL driver that complies with DB-API 2.0.
: The driver communicates with the database using the PostgreSQL Backend /
: Frontend Protocol.