How to Install and Uninstall oniguruma5php.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 02,2024

1. Install "oniguruma5php.x86_64" package

Please follow the guidelines below to install oniguruma5php.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install oniguruma5php.x86_64

2. Uninstall "oniguruma5php.x86_64" package

Please follow the guidance below to uninstall oniguruma5php.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove oniguruma5php.x86_64 $ sudo yum autoremove

3. Information about the oniguruma5php.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : oniguruma5php
Arch : x86_64
Version : 6.9.6
Release : 1.el7.remi
Size : 746 k
Repo : installed
From repo : remi-safe
Summary : Regular expressions library
URL : https://github.com/kkos/oniguruma/
License : BSD
Description : Oniguruma is a regular expressions library.
: The characteristics of this library is that different character
: encoding for every regular expression object can be specified.
: (supported APIs: GNU regex, POSIX and Oniguruma native)
:
: oniguruma5php is designed to be installed beside oniguruma
: and only used by PHP binaries (mbstring extension).