How to Install and Uninstall libecpg.i686 Package on Fedora 36

Last updated: November 29,2024

1. Install "libecpg.i686" package

Please follow the guidance below to install libecpg.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libecpg.i686

2. Uninstall "libecpg.i686" package

Please follow the steps below to uninstall libecpg.i686 on Fedora 36:

$ sudo dnf remove libecpg.i686 $ sudo dnf autoremove

3. Information about the libecpg.i686 package on Fedora 36

Last metadata expiration check: 1:18:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libecpg
Version : 13.3
Release : 2.fc36
Architecture : i686
Size : 66 k
Source : libecpg-13.3-2.fc36.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.