How to Install and Uninstall libpq-devel.i686 Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

1. Install "libpq-devel.i686" package

Learn how to install libpq-devel.i686 on CentOS 8 / RHEL 8

$ 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 8 / RHEL 8:

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

3. Information about the libpq-devel.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:44:10 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libpq-devel
Version : 12.4
Release : 1.el8_2
Architecture : i686
Size : 100 k
Source : libpq-12.4-1.el8_2.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.