How to Install and Uninstall perl-pgsql_perl5.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-pgsql_perl5.x86_64" package

This tutorial shows how to install perl-pgsql_perl5.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-pgsql_perl5.x86_64

2. Uninstall "perl-pgsql_perl5.x86_64" package

Here is a brief guide to show you how to uninstall perl-pgsql_perl5.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-pgsql_perl5.x86_64 $ sudo dnf autoremove

3. Information about the perl-pgsql_perl5.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:08:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-pgsql_perl5
Version : 1.9.0
Release : 54.el9
Architecture : x86_64
Size : 48 k
Source : perl-pgsql_perl5-1.9.0-54.el9.src.rpm
Repository : epel
Summary : Pg – Perl5 extension for PostgreSQL
URL : https://metacpan.org/release/pgsql_perl5
License : GPL+ or Artistic
Description : The Pg module permits you to access all functions of the Libpq interface of
: PostgreSQL. Libpq is the programmer’s interface to PostgreSQL. For examples of
: how to use this module, look at the file test.pl.