short for | : | Perl Compatible Regular Expressions Version 2 |
是什么 ? | : | library and utilities that implement regular expression pattern matching using the same syntax and semantics as Perl 5. |
开发语言 | : | C |
官方主页 | : | http://www.pcre.org |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | scoop | scoop install pcregrep |
macOS | HomeBrew | brew install pcre2 |
GNU/Linux | HomeBrew | brew install pcre2 |
apt | sudo apt-get install -y pcre2-utils libpcre2-dev | |
CentOS | yum | sudo yum install -y pcre2-tools pcre2-devel |
dnf | sudo dnf install -y pcre2-tools pcre2-devel | |
openSUSE | zypper | sudo zypper install -y pcre2-tools pcre2-devel |
Alpine Linux | apk | sudo apk add pcre2-tools pcre2-dev |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libpcre2 |