How to Install libpgtcl-dev in Ubuntu 18.04



Install libpgtcl-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libpgtcl-dev

Description:

Tcl client library binding for PostgreSQL - development files

This library provides Tcl bindings to the PostgreSQL client library (libpq), which is used to communicate with the PostgreSQL database server. This package contains the static library and header files. . PostgreSQL is an object-relational SQL database management system. Tcl is a widely used and easily extended interpreted language.

Homepage: http://github.com/flightaware/pgtcl/

Version: 1:1.9+git20120911-4

Section: universe/libdevel