How to Install and Uninstall python3-pg8000.noarch Package on CentOS 8 / RHEL 8

Last updated: January 07,2025

1. Install "python3-pg8000.noarch" package

In this section, we are going to explain the necessary steps to install python3-pg8000.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-pg8000.noarch" package

Here is a brief guide to show you how to uninstall python3-pg8000.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-pg8000.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:59:39 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-pg8000
Version : 1.16.6
Release : 1.el8
Architecture : noarch
Size : 52 k
Source : python-pg8000-1.16.6-1.el8.src.rpm
Repository : epel
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.