How to Install and Uninstall libpgtypes.x86_64 Package on CentOS Stream 9
Last updated: January 10,2025
1. Install "libpgtypes.x86_64" package
In this section, we are going to explain the necessary steps to install libpgtypes.x86_64 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
libpgtypes.x86_64
Copied
2. Uninstall "libpgtypes.x86_64" package
This tutorial shows how to uninstall libpgtypes.x86_64 on CentOS Stream 9:
$
sudo dnf remove
libpgtypes.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libpgtypes.x86_64 package on CentOS Stream 9
Last metadata expiration check: 0:11:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libpgtypes
Version : 13.5
Release : 1.el9
Architecture : x86_64
Size : 44 k
Source : libecpg-13.5-1.el9.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.
Available Packages
Name : libpgtypes
Version : 13.5
Release : 1.el9
Architecture : x86_64
Size : 44 k
Source : libecpg-13.5-1.el9.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.