How to Install and Uninstall hyperscan.x86_64 Package on Fedora 38
Last updated: January 17,2025
1. Install "hyperscan.x86_64" package
This tutorial shows how to install hyperscan.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
hyperscan.x86_64
Copied
2. Uninstall "hyperscan.x86_64" package
This guide let you learn how to uninstall hyperscan.x86_64 on Fedora 38:
$
sudo dnf remove
hyperscan.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the hyperscan.x86_64 package on Fedora 38
Last metadata expiration check: 3:52:36 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : hyperscan
Version : 5.4.1
Release : 2.fc38
Architecture : x86_64
Size : 2.4 M
Source : hyperscan-5.4.1-2.fc38.src.rpm
Repository : updates
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.
Available Packages
Name : hyperscan
Version : 5.4.1
Release : 2.fc38
Architecture : x86_64
Size : 2.4 M
Source : hyperscan-5.4.1-2.fc38.src.rpm
Repository : updates
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.