How to Install and Uninstall postgresql11-plpython Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "postgresql11-plpython" package

This guide let you learn how to install postgresql11-plpython on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install postgresql11-plpython

2. Uninstall "postgresql11-plpython" package

This tutorial shows how to uninstall postgresql11-plpython on openSuSE Tumbleweed:

$ sudo zypper remove postgresql11-plpython

3. Information about the postgresql11-plpython package on openSuSE Tumbleweed

Information for package postgresql11-plpython:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql11-plpython
Version : 11.22-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 292.1 KiB
Installed : No
Status : not installed
Source package : postgresql11-11.22-2.1.src
Upstream URL : https://www.postgresql.org/
Summary : The PL/Python Procedural Languages for PostgreSQL
Description :
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, and user-defined
types and functions.
This package contains the PL/Python procedural language for PostgreSQL.
With this module one can use Python to write stored procedures,
functions, and triggers.
PostgreSQL also offers the built-in procedural language PL/SQL which is
included in the postgresql-server package.