How to Install and Uninstall postgresql-private-libs.x86_64 Package on Rocky Linux 9

Last updated: October 08,2024

1. Install "postgresql-private-libs.x86_64" package

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

$ sudo dnf update $ sudo dnf install postgresql-private-libs.x86_64

2. Uninstall "postgresql-private-libs.x86_64" package

This is a short guide on how to uninstall postgresql-private-libs.x86_64 on Rocky Linux 9:

$ sudo dnf remove postgresql-private-libs.x86_64 $ sudo dnf autoremove

3. Information about the postgresql-private-libs.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:24:58 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : postgresql-private-libs
Version : 13.13
Release : 1.el9_3
Architecture : x86_64
Size : 132 k
Source : postgresql-13.13-1.el9_3.src.rpm
Repository : appstream
Summary : The shared libraries required only for this build of PostgreSQL server
URL : http://www.postgresql.org/
License : PostgreSQL
Description : The postgresql-private-libs package provides the shared libraries for this
: build of PostgreSQL server and plugins build with this version of server.
: For shared libraries used by client packages that need to connect to a
: PostgreSQL server, install libpq package instead.