How to Install and Uninstall postgresql-pltcl.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "postgresql-pltcl.x86_64" package

In this section, we are going to explain the necessary steps to install postgresql-pltcl.x86_64 on Rocky Linux 8

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

2. Uninstall "postgresql-pltcl.x86_64" package

Please follow the guidelines below to uninstall postgresql-pltcl.x86_64 on Rocky Linux 8:

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

3. Information about the postgresql-pltcl.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:59:45 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : postgresql-pltcl
Version : 10.21
Release : 2.module+el8.6.0+977+ab6e685c
Architecture : x86_64
Size : 78 k
Source : postgresql-10.21-2.module+el8.6.0+977+ab6e685c.src.rpm
Repository : appstream
Summary : The Tcl procedural language for PostgreSQL
URL : http://www.postgresql.org/
License : PostgreSQL
Description : The postgresql-pltcl package contains the PL/Tcl procedural language,
: which is an extension to the PostgreSQL database server.
: Install this if you want to write database functions in Tcl.