How to Install and Uninstall python-pyahocorasick-doc.noarch Package on Fedora 39

Last updated: November 27,2024

1. Install "python-pyahocorasick-doc.noarch" package

Please follow the guidance below to install python-pyahocorasick-doc.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python-pyahocorasick-doc.noarch

2. Uninstall "python-pyahocorasick-doc.noarch" package

In this section, we are going to explain the necessary steps to uninstall python-pyahocorasick-doc.noarch on Fedora 39:

$ sudo dnf remove python-pyahocorasick-doc.noarch $ sudo dnf autoremove

3. Information about the python-pyahocorasick-doc.noarch package on Fedora 39

Last metadata expiration check: 0:19:58 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python-pyahocorasick-doc
Version : 2.0.0
Release : 2.fc39
Architecture : noarch
Size : 69 k
Source : python-pyahocorasick-2.0.0-2.fc39.src.rpm
Repository : updates
Summary : Documentation for python-pyahocorasick
URL : https://github.com/WojciechMula/pyahocorasick
License : BSD-3-Clause AND BSD-2-Clause AND MIT
Description :
: pyahocorasick is a fast and memory efficient library for exact or approximate
: multi-pattern string search meaning that you can find multiple key strings
: occurrences at once in some input text. The strings "index" can be built ahead
: of time and saved (as a pickle) to disk to reload and reuse later. The library
: provides an ahocorasick Python module that you can use as a plain dict-like Trie
: or convert a Trie to an automaton for efficient Aho-Corasick search.
:
: pyahocorasick is implemented in C and tested on Python 3.6 and up. It works on
: 64 bits Linux, macOS and Windows.
:
: This package is providing the documentation for pyahocorasick.