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

Last updated: July 06,2024

1. Install "python2-rebulk" package

This is a short guide on how to install python2-rebulk on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-rebulk

2. Uninstall "python2-rebulk" package

Please follow the guidelines below to uninstall python2-rebulk on openSUSE Leap:

$ sudo zypper remove python2-rebulk

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

Information for package python2-rebulk:
---------------------------------------
Repository : Main Repository
Name : python2-rebulk
Version : 2.0.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 654,6 KiB
Installed : No
Status : not installed
Source package : python-rebulk-2.0.1-bp153.1.18.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.