How to Install and Uninstall python3-rebulk.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-rebulk.noarch" package

Please follow the steps below to install python3-rebulk.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-rebulk.noarch

2. Uninstall "python3-rebulk.noarch" package

Please follow the guidelines below to uninstall python3-rebulk.noarch on Fedora 39:

$ sudo dnf remove python3-rebulk.noarch $ sudo dnf autoremove

3. Information about the python3-rebulk.noarch package on Fedora 39

Last metadata expiration check: 2:04:43 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-rebulk
Version : 3.2.0
Release : 3.fc39
Architecture : noarch
Size : 165 k
Source : python-rebulk-3.2.0-3.fc39.src.rpm
Repository : fedora
Summary : ReBulk is a python library that performs advanced searches in strings
URL : https://github.com/Toilal/rebulk
License : MIT and ASL 2.0
Description : ReBulk is a python library that performs advanced searches in strings that
: would be hard to implement using re module or String methods only.
:
: It includes some features like Patterns, Match, Rule that allows developers
: to build a custom and complex string matcher using a readable and
: extendable API.