How to Install and Uninstall oniguruma5php.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "oniguruma5php.x86_64" package

This tutorial shows how to install oniguruma5php.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install oniguruma5php.x86_64

2. Uninstall "oniguruma5php.x86_64" package

Please follow the steps below to uninstall oniguruma5php.x86_64 on Rocky Linux 8:

$ sudo dnf remove oniguruma5php.x86_64 $ sudo dnf autoremove

3. Information about the oniguruma5php.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:40:05 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : oniguruma5php
Version : 6.9.8
Release : 1.el8.remi
Architecture : x86_64
Size : 763 k
Source : oniguruma5php-6.9.8-1.el8.remi.src.rpm
Repository : @System
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).