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

Last updated: July 02,2024

1. Install "python3-backrefs.noarch" package

Please follow the guidance below to install python3-backrefs.noarch on Fedora 36

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

2. Uninstall "python3-backrefs.noarch" package

This guide covers the steps necessary to uninstall python3-backrefs.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:30:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-backrefs
Version : 5.0.1
Release : 8.fc36
Architecture : noarch
Size : 299 k
Source : python-backrefs-5.0.1-8.fc36.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.