short for | : | Perl Compatible Regular Expressions |
是什么 ? | : | 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 pcre |
GNU/Linux | HomeBrew | brew install pcre |
apt | sudo apt-get install -y pcre-utils libpcre-dev | |
CentOS | yum | sudo yum install -y pcre-tools pcre-devel |
dnf | sudo dnf install -y pcre-tools pcre-devel | |
openSUSE | zypper | sudo zypper install -y pcre-tools pcre-devel |
Alpine Linux | apk | sudo apk add pcre-tools pcre-dev |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libpcre |