How to Install and Uninstall php82-php-pecl-ahocorasick.x86_64 Package on Fedora 38

Last updated: October 05,2024

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

This guide let you learn how to install php82-php-pecl-ahocorasick.x86_64 on Fedora 38

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

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

Please follow the steps below to uninstall php82-php-pecl-ahocorasick.x86_64 on Fedora 38:

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

3. Information about the php82-php-pecl-ahocorasick.x86_64 package on Fedora 38

Last metadata expiration check: 2:26:19 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : php82-php-pecl-ahocorasick
Version : 0.0.7
Release : 5.fc38.remi
Architecture : x86_64
Size : 33 k
Source : php82-php-pecl-ahocorasick-0.0.7-5.fc38.remi.src.rpm
Repository : remi
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.2 as Software Collection (php82 by remi).