How to Install and Uninstall libpq-devel.i686 Package on CentOS Stream 9

Last updated: October 05,2024

1. Install "libpq-devel.i686" package

This guide let you learn how to install libpq-devel.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libpq-devel.i686

2. Uninstall "libpq-devel.i686" package

In this section, we are going to explain the necessary steps to uninstall libpq-devel.i686 on CentOS Stream 9:

$ sudo dnf remove libpq-devel.i686 $ sudo dnf autoremove

3. Information about the libpq-devel.i686 package on CentOS Stream 9

Last metadata expiration check: 2:18:51 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libpq-devel
Version : 13.11
Release : 1.el9
Architecture : i686
Size : 99 k
Source : libpq-13.11-1.el9.src.rpm
Repository : appstream
Summary : Development files for building PostgreSQL client tools
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 build any
: package or any clients that need to connect to a PostgreSQL server.