How to Install and Uninstall libpgtypes.x86_64 Package on Oracle Linux 9
Last updated: November 26,2024
1. Install "libpgtypes.x86_64" package
Please follow the step by step instructions below to install libpgtypes.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
libpgtypes.x86_64
Copied
2. Uninstall "libpgtypes.x86_64" package
This is a short guide on how to uninstall libpgtypes.x86_64 on Oracle Linux 9:
$
sudo dnf remove
libpgtypes.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libpgtypes.x86_64 package on Oracle Linux 9
Last metadata expiration check: 0:56:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libpgtypes
Version : 13.5
Release : 1.el9
Architecture : x86_64
Size : 43 k
Source : libecpg-13.5-1.el9.src.rpm
Repository : ol9_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 : 43 k
Source : libecpg-13.5-1.el9.src.rpm
Repository : ol9_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.