How to Install and Uninstall postgresql-plpython3.x86_64 Package on Rocky Linux 9
Last updated: January 18,2025
1. Install "postgresql-plpython3.x86_64" package
This tutorial shows how to install postgresql-plpython3.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
postgresql-plpython3.x86_64
Copied
2. Uninstall "postgresql-plpython3.x86_64" package
This guide covers the steps necessary to uninstall postgresql-plpython3.x86_64 on Rocky Linux 9:
$
sudo dnf remove
postgresql-plpython3.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the postgresql-plpython3.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:37:33 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : postgresql-plpython3
Version : 13.13
Release : 1.el9_3
Architecture : x86_64
Size : 90 k
Source : postgresql-13.13-1.el9_3.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.
Available Packages
Name : postgresql-plpython3
Version : 13.13
Release : 1.el9_3
Architecture : x86_64
Size : 90 k
Source : postgresql-13.13-1.el9_3.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.