How to Install and Uninstall python38-pyahocorasick Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python38-pyahocorasick" package

Please follow the guidance below to install python38-pyahocorasick on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pyahocorasick

2. Uninstall "python38-pyahocorasick" package

This guide covers the steps necessary to uninstall python38-pyahocorasick on openSuSE Tumbleweed:

$ sudo zypper remove python38-pyahocorasick

3. Information about the python38-pyahocorasick package on openSuSE Tumbleweed

Information for package python38-pyahocorasick:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pyahocorasick
Version : 1.4.1-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 97,0 KiB
Installed : No
Status : not installed
Source package : python-pyahocorasick-1.4.1-2.2.src
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.