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

Last updated: November 28,2024

1. Install "python3-backrefs.noarch" package

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

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

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

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

Last metadata expiration check: 2:10:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-backrefs
Version : 5.5
Release : 2.fc39
Architecture : noarch
Size : 376 k
Source : python-backrefs-5.5-2.fc39.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.