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

Last updated: October 06,2024

1. Install "python3-pg8000.noarch" package

Please follow the instructions below to install python3-pg8000.noarch on Fedora 39

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

2. Uninstall "python3-pg8000.noarch" package

Please follow the step by step instructions below to uninstall python3-pg8000.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:34:50 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pg8000
Version : 1.26.1
Release : 6.fc39
Architecture : noarch
Size : 75 k
Source : python-pg8000-1.26.1-6.fc39.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.