How to Install and Uninstall libpq-devel.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "libpq-devel.i686" package

This is a short guide on how to install libpq-devel.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "libpq-devel.i686" package

Please follow the steps below to uninstall libpq-devel.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the libpq-devel.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:26:15 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libpq-devel
Version : 13.11
Release : 1.el8
Architecture : i686
Size : 100 k
Source : libpq-13.11-1.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.