pkg-config

Provide the details of installed libraries for compiling applications. More information: <https://www.freedesktop.org/wiki/Software/pkg-config/>.

Debian Debian
RUN apt-get update && \ apt-get install -y pkg-config
Ubuntu
RUN apt-get update && \ apt-get install -y pkg-config
Arch Arch Linux
RUN pacman -S --noconfirm pkgconf-pkg-config
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y pkg-config
CentOS
RUN yum install -y pkgconf-pkg-config
Fedora
RUN dnf install -y pkgconf-pkg-config
Raspbian
RUN apt-get update && \ apt-get install -y pkg-config
click the source code to copy install pkg-config on any operating system with command-not-found.com