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

Last updated: May 01,2024

1. Install "hyperscan-devel.x86_64" package

Please follow the step by step instructions below to install hyperscan-devel.x86_64 on Rocky Linux 8

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

2. Uninstall "hyperscan-devel.x86_64" package

Please follow the guidelines below to uninstall hyperscan-devel.x86_64 on Rocky Linux 8:

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

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

Last metadata expiration check: 1:30:20 ago on Mon Sep 12 10:27:18 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.