How to Install and Uninstall python3-pg8000.noarch Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "python3-pg8000.noarch" package

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

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

2. Uninstall "python3-pg8000.noarch" package

This guide covers the steps necessary to uninstall python3-pg8000.noarch on Oracle Linux 8:

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

3. Information about the python3-pg8000.noarch package on Oracle Linux 8

Last metadata expiration check: 3:55:57 ago on Mon Sep 12 02:51:38 2022.
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.