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

Last updated: October 06,2024

1. Install "python310-rebulk" package

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

$ sudo zypper refresh $ sudo zypper install python310-rebulk

2. Uninstall "python310-rebulk" package

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

$ sudo zypper remove python310-rebulk

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

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