How to Install and Uninstall hyperscan.x86_64 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "hyperscan.x86_64" package

In this section, we are going to explain the necessary steps to install hyperscan.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install hyperscan.x86_64

2. Uninstall "hyperscan.x86_64" package

Please follow the guidelines below to uninstall hyperscan.x86_64 on Oracle Linux 9:

$ sudo dnf remove hyperscan.x86_64 $ sudo dnf autoremove

3. Information about the hyperscan.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:04:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : hyperscan
Version : 5.4.1
Release : 2.el9
Architecture : x86_64
Size : 2.3 M
Source : hyperscan-5.4.1-2.el9.src.rpm
Repository : epel
Summary : High-performance regular expression matching library
URL : https://www.hyperscan.io/
License : BSD
Description : Hyperscan is a high-performance multiple regex matching library. It
: follows the regular expression syntax of the commonly-used libpcre
: library, but is a standalone library with its own C API.
:
: Hyperscan uses hybrid automata techniques to allow simultaneous
: matching of large numbers (up to tens of thousands) of regular
: expressions and for the matching of regular expressions across streams
: of data.
:
: Hyperscan is typically used in a DPI library stack.