How to Install and Uninstall oniguruma.src Package on Oracle Linux 8

Last updated: December 12,2024

1. Install "oniguruma.src" package

Here is a brief guide to show you how to install oniguruma.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install oniguruma.src

2. Uninstall "oniguruma.src" package

Please follow the instructions below to uninstall oniguruma.src on Oracle Linux 8:

$ sudo dnf remove oniguruma.src $ sudo dnf autoremove

3. Information about the oniguruma.src package on Oracle Linux 8

Last metadata expiration check: 3:56:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : oniguruma
Version : 6.8.2
Release : 2.el8
Architecture : src
Size : 955 k
Source : None
Repository : ol8_appstream
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)