How to Install and Uninstall libpq-devel.i686 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "libpq-devel.i686" package

Here is a brief guide to show you how to install libpq-devel.i686 on Rocky Linux 9

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

2. Uninstall "libpq-devel.i686" package

This is a short guide on how to uninstall libpq-devel.i686 on Rocky Linux 9:

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

3. Information about the libpq-devel.i686 package on Rocky Linux 9

Last metadata expiration check: 2:07:17 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libpq-devel
Version : 13.11
Release : 1.el9
Architecture : i686
Size : 93 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.