How to Install and Uninstall libpgtypes.i686 Package on Fedora 38

Last updated: October 05,2024

1. Install "libpgtypes.i686" package

Please follow the guidance below to install libpgtypes.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libpgtypes.i686

2. Uninstall "libpgtypes.i686" package

This guide covers the steps necessary to uninstall libpgtypes.i686 on Fedora 38:

$ sudo dnf remove libpgtypes.i686 $ sudo dnf autoremove

3. Information about the libpgtypes.i686 package on Fedora 38

Last metadata expiration check: 4:35:23 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libpgtypes
Version : 14.4
Release : 4.fc38
Architecture : i686
Size : 48 k
Source : libecpg-14.4-4.fc38.src.rpm
Repository : fedora
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.