How to Install and Uninstall libecpg.x86_64 Package on Fedora 35

Last updated: October 08,2024

1. Install "libecpg.x86_64" package

In this section, we are going to explain the necessary steps to install libecpg.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libecpg.x86_64

2. Uninstall "libecpg.x86_64" package

This is a short guide on how to uninstall libecpg.x86_64 on Fedora 35:

$ sudo dnf remove libecpg.x86_64 $ sudo dnf autoremove

3. Information about the libecpg.x86_64 package on Fedora 35

Last metadata expiration check: 2:20:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libecpg
Version : 13.3
Release : 1.fc35
Architecture : x86_64
Size : 63 k
Source : libecpg-13.3-1.fc35.src.rpm
Repository : fedora
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.