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

Last updated: May 03,2024

1. Install "python38-rebulk" package

In this section, we are going to explain the necessary steps to install python38-rebulk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-rebulk

2. Uninstall "python38-rebulk" package

This tutorial shows how to uninstall python38-rebulk on openSuSE Tumbleweed:

$ sudo zypper remove python38-rebulk

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

Information for package python38-rebulk:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-rebulk
Version : 3.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 652,3 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.