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

Last updated: October 05,2024

1. Install "python3-backrefs.noarch" package

Learn how to install python3-backrefs.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 4:40:24 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-backrefs
Version : 5.0.1
Release : 7.fc35
Architecture : noarch
Size : 299 k
Source : python-backrefs-5.0.1-7.fc35.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.