How To Install postgresql-private-libs on Fedora 36

In this tutorial we learn how to install postgresql-private-libs in Fedora 36. postgresql-private-libs is The shared libraries required only for this build of PostgreSQL server

Introduction

In this tutorial we learn how to install postgresql-private-libs on Fedora 36.

What is postgresql-private-libs

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.

We can use yum or dnf to install postgresql-private-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install postgresql-private-libs.

Install postgresql-private-libs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install postgresql-private-libs using dnf by running the following command:

sudo dnf -y install postgresql-private-libs

Install postgresql-private-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install postgresql-private-libs using yum by running the following command:

sudo yum -y install postgresql-private-libs

How To Uninstall postgresql-private-libs on Fedora 36

To uninstall only the postgresql-private-libs package we can use the following command:

sudo dnf remove postgresql-private-libs

postgresql-private-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a0/6de841f28324f799b7df48c753eb080742569d
/usr/lib/libpq.so.private14-5
/usr/lib/libpq.so.private14-5.14

References

Summary

In this tutorial we learn how to install postgresql-private-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install postgresql-private-libs on Fedora 36” linkTitle: “postgresql-private-libs” type: “docs” description: “In this tutorial we learn how to install postgresql-private-libs in Fedora 36. postgresql-private-libs is The shared libraries required only for this build of PostgreSQL server” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/postgresql-private-libs-featured.png

Introduction

In this tutorial we learn how to install postgresql-private-libs on Fedora 36.

What is postgresql-private-libs

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.

We can use yum or dnf to install postgresql-private-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install postgresql-private-libs.

Install postgresql-private-libs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install postgresql-private-libs using dnf by running the following command:

sudo dnf -y install postgresql-private-libs

Install postgresql-private-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install postgresql-private-libs using yum by running the following command:

sudo yum -y install postgresql-private-libs

How To Uninstall postgresql-private-libs on Fedora 36

To uninstall only the postgresql-private-libs package we can use the following command:

sudo dnf remove postgresql-private-libs

postgresql-private-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/8849c8a352d82627c244784ae39fa526f2c6f4
/usr/lib64/libpq.so.private14-5
/usr/lib64/libpq.so.private14-5.14

References

Summary

In this tutorial we learn how to install postgresql-private-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).