How to Install and Uninstall python3-rebulk Package on openSUSE Leap

Last updated: May 03,2024

1. Install "python3-rebulk" package

Please follow the step by step instructions below to install python3-rebulk on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rebulk

2. Uninstall "python3-rebulk" package

This guide let you learn how to uninstall python3-rebulk on openSUSE Leap:

$ sudo zypper remove python3-rebulk

3. Information about the python3-rebulk package on openSUSE Leap

Information for package python3-rebulk:
---------------------------------------
Repository : Main Repository
Name : python3-rebulk
Version : 3.1.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 632.0 KiB
Installed : No
Status : not installed
Source package : python-rebulk-3.1.0-bp155.2.12.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.