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

Last updated: October 08,2024

1. Install "libpq.x86_64" package

Please follow the guidance below to install libpq.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libpq.x86_64

2. Uninstall "libpq.x86_64" package

This guide let you learn how to uninstall libpq.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libpq.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:35:34 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : libpq
Version : 13.11
Release : 1.el9
Architecture : x86_64
Size : 722 k
Source : libpq-13.11-1.el9.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : PostgreSQL client library
URL : http://www.postgresql.org/
License : PostgreSQL
Description : The libpq package provides the essential shared library for any PostgreSQL
: client program or interface. You will need to install this package to use any
: other PostgreSQL package or any clients that need to connect to a PostgreSQL
: server.