How to Install and Uninstall libecpg.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "libecpg.x86_64" package

Please follow the instructions below to install libecpg.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libecpg.x86_64

2. Uninstall "libecpg.x86_64" package

This tutorial shows how to uninstall libecpg.x86_64 on Rocky Linux 9:

$ sudo dnf remove libecpg.x86_64 $ sudo dnf autoremove

3. Information about the libecpg.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:30:29 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libecpg
Version : 13.5
Release : 1.el9.0.1
Architecture : x86_64
Size : 63 k
Source : libecpg-13.5-1.el9.0.1.src.rpm
Repository : 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.