How to Install and Uninstall postgresql-plpython.x86_64 Package on Amazon Linux 2

Last updated: May 15,2024

1. Install "postgresql-plpython.x86_64" package

This guide let you learn how to install postgresql-plpython.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install postgresql-plpython.x86_64

2. Uninstall "postgresql-plpython.x86_64" package

This tutorial shows how to uninstall postgresql-plpython.x86_64 on Amazon Linux 2:

$ sudo yum remove postgresql-plpython.x86_64 $ sudo yum autoremove

3. Information about the postgresql-plpython.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : postgresql-plpython
Arch : x86_64
Version : 9.2.24
Release : 6.amzn2
Size : 96 k
Repo : amzn2-core/2/x86_64
Summary : The Python2 procedural language for PostgreSQL
URL : http://www.postgresql.org/
License : PostgreSQL
Description : The postgresql-plpython package contains the PL/Python procedural
: language, which is an extension to the PostgreSQL database server.
: Install this if you want to write database functions in Python 2.