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

Last updated: October 08,2024

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

Please follow the guidelines below to install python3-sphinxext-rediraffe.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 0:58:47 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-sphinxext-rediraffe
Version : 0.2.7
Release : 1.fc36
Architecture : noarch
Size : 21 k
Source : python-sphinxext-rediraffe-0.2.7-1.fc36.src.rpm
Repository : updates
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.