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

Last updated: October 07,2024

1. Install "python3-pg8000.noarch" package

Learn how to install python3-pg8000.noarch on Fedora 34

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

2. Uninstall "python3-pg8000.noarch" package

This tutorial shows how to uninstall python3-pg8000.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:22:45 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pg8000
Version : 1.17.0
Release : 1.fc34
Architecture : noarch
Size : 55 k
Source : python-pg8000-1.17.0-1.fc34.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.