How to Install and Uninstall php74-php-pecl-ahocorasick.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

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

Please follow the step by step instructions below to install php74-php-pecl-ahocorasick.x86_64 on CentOS 8 / RHEL 8

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

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

This tutorial shows how to uninstall php74-php-pecl-ahocorasick.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the php74-php-pecl-ahocorasick.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:22:30 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : php74-php-pecl-ahocorasick
Version : 0.0.7
Release : 3.el8.remi
Architecture : x86_64
Size : 33 k
Source : php74-php-pecl-ahocorasick-0.0.7-3.el8.remi.src.rpm
Repository : remi-safe
Summary : Effective Aho-Corasick string pattern matching algorithm
URL : http://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 7.4 as Software Collection (php74 by remi).