pcre2-config

Development files for pcre2

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