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

Last updated: October 07,2024

1. Install "python3-rebulk.noarch" package

This tutorial shows how to install python3-rebulk.noarch on Fedora 34

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

2. Uninstall "python3-rebulk.noarch" package

This is a short guide on how to uninstall python3-rebulk.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:29:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-rebulk
Version : 3.0.1
Release : 2.fc34
Architecture : noarch
Size : 120 k
Source : python-rebulk-3.0.1-2.fc34.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.