How to install pkg-config on Alpine Linux

First run

example.sh
apk update

as root to update the list of available packages. After that, install pkg-config using

example.sh
apk add pkgconfig

Check out similar posts by category: Alpine Linux