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

Last updated: July 02,2024

1. Install "python312-rebulk" package

Please follow the steps below to install python312-rebulk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-rebulk

2. Uninstall "python312-rebulk" package

This guide covers the steps necessary to uninstall python312-rebulk on openSuSE Tumbleweed:

$ sudo zypper remove python312-rebulk

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

Information for package python312-rebulk:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-rebulk
Version : 3.2.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 757.4 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.