How to Install pkgconf in Ubuntu 18.04



Install pkgconf by entering the following commands in the terminal:

sudo apt update
sudo apt install pkgconf

Description:

manage compile and link flags for libraries

pkgconf is a replacement for pkg-config, a system for managing library compile and link flags that works with automake and autoconf. . pkgconf does not bundle any third-party libraries or depend on any third-party libraries.

Homepage: https://github.com/pkgconf/pkgconf

Version: 0.9.12-6

Section: universe/devel