How to Install and Uninstall python39-pyahocorasick Package on openSuSE Tumbleweed
Last updated: November 27,2024
1. Install "python39-pyahocorasick" package
This is a short guide on how to install python39-pyahocorasick on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-pyahocorasick
Copied
2. Uninstall "python39-pyahocorasick" package
Here is a brief guide to show you how to uninstall python39-pyahocorasick on openSuSE Tumbleweed:
$
sudo zypper remove
python39-pyahocorasick
Copied
3. Information about the python39-pyahocorasick package on openSuSE Tumbleweed
Information for package python39-pyahocorasick:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pyahocorasick
Version : 1.4.4-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 94.3 KiB
Installed : No
Status : not installed
Source package : python-pyahocorasick-1.4.4-1.8.src
Upstream URL : https://github.com/WojciechMula/pyahocorasick
Summary : Library for exact or approximate multi-pattern string search
Description :
pyahocorasick is a library for exact or approximate
multi-pattern string search, meaning that one can find
multiple key strings occurrences at once in some input text. 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.
It is implemented in C.
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pyahocorasick
Version : 1.4.4-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 94.3 KiB
Installed : No
Status : not installed
Source package : python-pyahocorasick-1.4.4-1.8.src
Upstream URL : https://github.com/WojciechMula/pyahocorasick
Summary : Library for exact or approximate multi-pattern string search
Description :
pyahocorasick is a library for exact or approximate
multi-pattern string search, meaning that one can find
multiple key strings occurrences at once in some input text. 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.
It is implemented in C.