How to Install and Uninstall php81-php-pecl-ahocorasick.x86_64 Package on Oracle Linux 8

Last updated: June 30,2024

1. Install "php81-php-pecl-ahocorasick.x86_64" package

In this section, we are going to explain the necessary steps to install php81-php-pecl-ahocorasick.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install php81-php-pecl-ahocorasick.x86_64

2. Uninstall "php81-php-pecl-ahocorasick.x86_64" package

Please follow the step by step instructions below to uninstall php81-php-pecl-ahocorasick.x86_64 on Oracle Linux 8:

$ sudo dnf remove php81-php-pecl-ahocorasick.x86_64 $ sudo dnf autoremove

3. Information about the php81-php-pecl-ahocorasick.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:48:08 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : php81-php-pecl-ahocorasick
Version : 0.0.7
Release : 5.el8.remi
Architecture : x86_64
Size : 33 k
Source : php81-php-pecl-ahocorasick-0.0.7-5.el8.remi.src.rpm
Repository : remi-safe
Summary : Effective Aho-Corasick string pattern matching algorithm
URL : https://pecl.php.net/package/ahocorasick
License : PHP and LGPLv3
Description : PHP extension implementing Aho-Corasick pattern matching algorithm.
:
: Is especially effective if there is a large database of needles
: (=strings to be searched, for example virus signatures).
: Another advantage is that built search structure is initialized
: before search in separate call thus it can be called more times
: with different haystack, saving time.
:
: Computing Aho-Corasick in th native code (PHP extension) rather than in
: a pure PHP manner gives this implementation significant performance boost.
:
: Package built for PHP 8.1 as Software Collection (php81 by remi).