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

Last updated: November 28,2024

1. Install "python3-sphinxext-rediraffe.noarch" package

Please follow the guidance below to install python3-sphinxext-rediraffe.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-sphinxext-rediraffe.noarch

2. Uninstall "python3-sphinxext-rediraffe.noarch" package

Please follow the instructions below to uninstall python3-sphinxext-rediraffe.noarch on Fedora 39:

$ sudo dnf remove python3-sphinxext-rediraffe.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:43:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-sphinxext-rediraffe
Version : 0.2.7
Release : 6.fc39
Architecture : noarch
Size : 24 k
Source : python-sphinxext-rediraffe-0.2.7-6.fc39.src.rpm
Repository : fedora
Summary : Sphinx extension to redirect nonexistent pages
URL : https://wpilib.org/
License : MIT
Description : This sphinx extension redirects non-existent pages to working pages.
: Rediraffe can also check that deleted/renamed files in your git repo are
: redirected.
:
: Rediraffe creates a graph of all specified redirects and traverses it to
: point all internal urls to leaf urls. This means that chained redirects
: will be resolved. For example, if a config has 6 chained redirects, all
: 6 links will redirect directly to the final link. The end user will
: never experience more than 1 redirection.
:
: Note: Rediraffe supports the html and dirhtml builders.