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

Last updated: October 11,2024

1. Install "python3-rebulk.noarch" package

Please follow the instructions below to install python3-rebulk.noarch on Fedora 36

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

2. Uninstall "python3-rebulk.noarch" package

Please follow the step by step instructions below to uninstall python3-rebulk.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:24:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-rebulk
Version : 3.1.0
Release : 2.fc36
Architecture : noarch
Size : 120 k
Source : python-rebulk-3.1.0-2.fc36.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.