Install PIP for python on CentOS

I didn’t have python-pip in my repository so needed to download it from the website wget https://bootstrap.pypa.io/get-pip.py Now run python to install python get-pip.py Collecting […]

Install PCRE from source on CentOS

Download PCRE source and perform configure and make install Install PCRE [root@centos04 pcre2-10.22]# ./configure –prefix=/opt/pcre checking for a BSD-compatible install… /usr/bin/install -c checking whether build […]