How to Install and Uninstall hyperscan.x86_64 Package on Fedora 34

Last updated: September 28,2024

1. Install "hyperscan.x86_64" package

This guide covers the steps necessary to install hyperscan.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install hyperscan.x86_64

2. Uninstall "hyperscan.x86_64" package

This tutorial shows how to uninstall hyperscan.x86_64 on Fedora 34:

$ sudo dnf remove hyperscan.x86_64 $ sudo dnf autoremove

3. Information about the hyperscan.x86_64 package on Fedora 34

Last metadata expiration check: 1:43:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : hyperscan
Version : 5.3.0
Release : 6.fc34
Architecture : x86_64
Size : 2.3 M
Source : hyperscan-5.3.0-6.fc34.src.rpm
Repository : fedora
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.