How to Install and Uninstall libecpg.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "libecpg.src" package

Please follow the guidelines below to install libecpg.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libecpg.src

2. Uninstall "libecpg.src" package

Please follow the guidance below to uninstall libecpg.src on Oracle Linux 8:

$ sudo dnf remove libecpg.src $ sudo dnf autoremove

3. Information about the libecpg.src package on Oracle Linux 8

Last metadata expiration check: 7:02:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libecpg
Version : 13.5
Release : 3.el8
Architecture : src
Size : 20 M
Source : None
Repository : ol8_appstream
Summary : ECPG - Embedded SQL in C
URL : http://www.postgresql.org/
License : PostgreSQL
Description : An embedded SQL program consists of code written in an ordinary programming
: language, in this case C, mixed with SQL commands in specially marked sections.
: To build the program, the source code (*.pgc) is first passed through the
: embedded SQL preprocessor, which converts it to an ordinary C program (*.c), and
: afterwards it can be processed by a C compiler.