x86_64-pc-linux-gnu-pkg-config

manage compile and link flags for libraries

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