How to Install and Uninstall postgresql-plpython3.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "postgresql-plpython3.x86_64" package

This tutorial shows how to install postgresql-plpython3.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install postgresql-plpython3.x86_64

2. Uninstall "postgresql-plpython3.x86_64" package

In this section, we are going to explain the necessary steps to uninstall postgresql-plpython3.x86_64 on CentOS Stream 8:

$ sudo dnf remove postgresql-plpython3.x86_64 $ sudo dnf autoremove

3. Information about the postgresql-plpython3.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:34:06 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : postgresql-plpython3
Version : 10.23
Release : 2.module_el8+572+929c87ac
Architecture : x86_64
Size : 123 k
Source : postgresql-10.23-2.module_el8+572+929c87ac.src.rpm
Repository : appstream
Summary : The Python3 procedural language for PostgreSQL
URL : http://www.postgresql.org/
License : PostgreSQL
Description : The postgresql-plpython3 package contains the PL/Python3 procedural language,
: which is an extension to the PostgreSQL database server.
: Install this if you want to write database functions in Python 3.