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

Last updated: November 29,2024

1. Install "python3-rebulk.noarch" package

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

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

2. Uninstall "python3-rebulk.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-rebulk.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:48:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-rebulk
Version : 3.0.1
Release : 5.fc35
Architecture : noarch
Size : 120 k
Source : python-rebulk-3.0.1-5.fc35.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.