How to Install and Uninstall php-pecl-ahocorasick.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 17,2024
1. Install "php-pecl-ahocorasick.x86_64" package
This is a short guide on how to install php-pecl-ahocorasick.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
php-pecl-ahocorasick.x86_64
Copied
2. Uninstall "php-pecl-ahocorasick.x86_64" package
In this section, we are going to explain the necessary steps to uninstall php-pecl-ahocorasick.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
php-pecl-ahocorasick.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the php-pecl-ahocorasick.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:52:05 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : php-pecl-ahocorasick
Version : 0.0.7
Release : 5.el9.remi.8.3
Architecture : x86_64
Size : 35 k
Source : php-pecl-ahocorasick-0.0.7-5.el9.remi.8.3.src.rpm
Repository : remi-modular
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.3.
Available Packages
Name : php-pecl-ahocorasick
Version : 0.0.7
Release : 5.el9.remi.8.3
Architecture : x86_64
Size : 35 k
Source : php-pecl-ahocorasick-0.0.7-5.el9.remi.8.3.src.rpm
Repository : remi-modular
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.3.