How to Install pkg-config in Ubuntu 18.04



Install pkg-config by entering the following commands in the terminal:

sudo apt update
sudo apt install pkg-config

Description:

manage compile and link flags for libraries

pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program.

Homepage: http://pkg-config.freedesktop.org

Version: 0.29.1-0ubuntu2

Section: devel