How to Install and Uninstall libpgtypes.i686 Package on CentOS Stream 8

Last updated: September 28,2024

1. Install "libpgtypes.i686" package

Please follow the guidance below to install libpgtypes.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libpgtypes.i686

2. Uninstall "libpgtypes.i686" package

Please follow the steps below to uninstall libpgtypes.i686 on CentOS Stream 8:

$ sudo dnf remove libpgtypes.i686 $ sudo dnf autoremove

3. Information about the libpgtypes.i686 package on CentOS Stream 8

Last metadata expiration check: 2:51:50 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libpgtypes
Version : 13.5
Release : 3.el8
Architecture : i686
Size : 52 k
Source : libecpg-13.5-3.el8.src.rpm
Repository : appstream
Summary : Map PostgreSQL database types to C equivalents
URL : http://www.postgresql.org/
License : PostgreSQL
Description : The pgtypes library maps PostgreSQL database types to C equivalents that can be
: used in C programs. It also offers functions to do basic calculations with those
: types within C, i.e., without the help of the PostgreSQL server.