How to Install and Uninstall python3-pyahocorasick.x86_64 Package on Fedora 38
Last updated: November 28,2024
1. Install "python3-pyahocorasick.x86_64" package
Please follow the instructions below to install python3-pyahocorasick.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-pyahocorasick.x86_64
Copied
2. Uninstall "python3-pyahocorasick.x86_64" package
This is a short guide on how to uninstall python3-pyahocorasick.x86_64 on Fedora 38:
$
sudo dnf remove
python3-pyahocorasick.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pyahocorasick.x86_64 package on Fedora 38
Last metadata expiration check: 3:10:35 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pyahocorasick
Version : 2.0.0
Release : 2.fc38
Architecture : x86_64
Size : 43 k
Source : python-pyahocorasick-2.0.0-2.fc38.src.rpm
Repository : updates
Summary : Python module (C extension and plain Python) implementing Aho-Corasick algorithm
URL : https://github.com/WojciechMula/pyahocorasick
License : BSD-3-Clause AND LicenseRef-Fedora-Public-Domain
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.
Available Packages
Name : python3-pyahocorasick
Version : 2.0.0
Release : 2.fc38
Architecture : x86_64
Size : 43 k
Source : python-pyahocorasick-2.0.0-2.fc38.src.rpm
Repository : updates
Summary : Python module (C extension and plain Python) implementing Aho-Corasick algorithm
URL : https://github.com/WojciechMula/pyahocorasick
License : BSD-3-Clause AND LicenseRef-Fedora-Public-Domain
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.