How to Install and Uninstall python310-ahocorasick-rs Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python310-ahocorasick-rs" package

Please follow the steps below to install python310-ahocorasick-rs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-ahocorasick-rs

2. Uninstall "python310-ahocorasick-rs" package

This guide covers the steps necessary to uninstall python310-ahocorasick-rs on openSuSE Tumbleweed:

$ sudo zypper remove python310-ahocorasick-rs

3. Information about the python310-ahocorasick-rs package on openSuSE Tumbleweed

Information for package python310-ahocorasick-rs:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-ahocorasick-rs
Version : 0.22.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 865.2 KiB
Installed : No
Status : not installed
Source package : python-ahocorasick-rs-0.22.0-1.2.src
Upstream URL : https://github.com/G-Research/ahocorasick_rs
Summary : Search a string for multiple substrings at once
Description :
ahocorasick_rs allows you to search for multiple substrings ("patterns") in a given string ("haystack") using variations of the Aho-Corasick algorithm.
In particular, it's implemented as a wrapper of the Rust aho-corasick library, and provides a faster alternative to the pyahocorasick library.