How to Install and Uninstall python311-rebulk Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python311-rebulk" package

This is a short guide on how to install python311-rebulk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rebulk

2. Uninstall "python311-rebulk" package

Please follow the guidance below to uninstall python311-rebulk on openSuSE Tumbleweed:

$ sudo zypper remove python311-rebulk

3. Information about the python311-rebulk package on openSuSE Tumbleweed

Information for package python311-rebulk:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rebulk
Version : 3.2.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 822.6 KiB
Installed : No
Status : not installed
Source package : python-rebulk-3.2.0-1.7.src
Upstream URL : https://github.com/Toilal/rebulk
Summary : Library for defining bulk search patterns to perform advanced string matching
Description :
ReBulk is a Python library that performs advanced searches in
strings that would be hard to implement using the re module or
String methods only.
It includes some features like Patterns, Match, Rule that
allow building a custom and complex string matcher.