ecpg
libraries
Install
- All systems
-
curl cmd.cat/ecpg.sh
- Debian
-
apt-get install libecpg-dev
- Ubuntu
-
apt-get install libecpg-dev
- Arch Linux
-
pacman -S libecpg-dev
- Kali Linux
-
apt-get install libecpg-dev
- CentOS
-
yum install postgresql-devel
- Fedora
-
dnf install postgresql-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libecpg-dev
- Raspbian
-
apt-get install libecpg-dev
- Dockerfile
- dockerfile.run/ecpg
postgresql-devel
libraries
libecpg-dev
development files for ECPG (Embedded PostgreSQL for C)
This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. PostgreSQL is an object-relational SQL database management system. Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process).
libecpg-devel
C
postgresql-libs
The postgresql-libs package provides the essential shared
libraries for any PostgreSQL client program or interface. You will need to install this package to use any other PostgreSQL package or any clients that need to connect to a PostgreSQL server.