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

Last updated: October 06,2024

1. Install "python3-backrefs.noarch" package

Please follow the guidelines below to install python3-backrefs.noarch on Fedora 34

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

2. Uninstall "python3-backrefs.noarch" package

Learn how to uninstall python3-backrefs.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:23:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-backrefs
Version : 5.0.1
Release : 5.fc34
Architecture : noarch
Size : 292 k
Source : python-backrefs-5.0.1-5.fc34.src.rpm
Repository : fedora
Summary : A wrapper around re and regex that adds additional back references
URL : https://github.com/facelessuser/backrefs
License : MIT
Description : Backrefs is a wrapper around Python's built-in Re and the 3rd party Regex
: library. Backrefs adds various additional back references (and a couple other
: features) that are known to some regular expression engines, but not to
: Python's Re and/or Regex. The supported back references actually vary depending
: on the regular expression engine being used as the engine may already have
: support for some.