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

Last updated: November 23,2024

1. Install "python36-rebulk" package

Please follow the step by step instructions below to install python36-rebulk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-rebulk

2. Uninstall "python36-rebulk" package

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

$ sudo zypper remove python36-rebulk

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

Information for package python36-rebulk:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-rebulk
Version : 3.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 633,4 KiB
Installed : No
Status : not installed
Source package : python-rebulk-3.1.0-2.1.src
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.