How to Install and Uninstall libpq.x86_64 Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "libpq.x86_64" package
This guide covers the steps necessary to install libpq.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
libpq.x86_64
Copied
2. Uninstall "libpq.x86_64" package
Please follow the guidance below to uninstall libpq.x86_64 on Rocky Linux 8:
$
sudo dnf remove
libpq.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libpq.x86_64 package on Rocky Linux 8
Last metadata expiration check: 2:20:16 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : libpq
Version : 13.5
Release : 1.el8
Architecture : x86_64
Size : 724 k
Source : libpq-13.5-1.el8.src.rpm
Repository : @System
From repo : appstream
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.
Installed Packages
Name : libpq
Version : 13.5
Release : 1.el8
Architecture : x86_64
Size : 724 k
Source : libpq-13.5-1.el8.src.rpm
Repository : @System
From repo : appstream
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.