pcre-config

Development files for pcre

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