How to Install and Uninstall hyperscan-devel.x86_64 Package on Oracle Linux 8

Last updated: April 29,2024

1. Install "hyperscan-devel.x86_64" package

This tutorial shows how to install hyperscan-devel.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install hyperscan-devel.x86_64

2. Uninstall "hyperscan-devel.x86_64" package

This tutorial shows how to uninstall hyperscan-devel.x86_64 on Oracle Linux 8:

$ sudo dnf remove hyperscan-devel.x86_64 $ sudo dnf autoremove

3. Information about the hyperscan-devel.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:48:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : hyperscan-devel
Version : 5.3.0
Release : 5.el8
Architecture : x86_64
Size : 27 k
Source : hyperscan-5.3.0-5.el8.src.rpm
Repository : epel
Summary : Libraries and header files for the hyperscan 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.
:
: This package provides the libraries, include files and other resources
: needed for developing Hyperscan applications.