How to Install and Uninstall python3-sphinxcontrib-issuetracker.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-sphinxcontrib-issuetracker.noarch" package

Please follow the instructions below to install python3-sphinxcontrib-issuetracker.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-sphinxcontrib-issuetracker.noarch

2. Uninstall "python3-sphinxcontrib-issuetracker.noarch" package

Please follow the guidance below to uninstall python3-sphinxcontrib-issuetracker.noarch on Fedora 34:

$ sudo dnf remove python3-sphinxcontrib-issuetracker.noarch $ sudo dnf autoremove

3. Information about the python3-sphinxcontrib-issuetracker.noarch package on Fedora 34

Last metadata expiration check: 4:44:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-sphinxcontrib-issuetracker
Version : 0.11
Release : 23.fc34
Architecture : noarch
Size : 33 k
Source : python-sphinxcontrib-issuetracker-0.11-23.fc34.src.rpm
Repository : fedora
Summary : Sphinx integration with different issue trackers for Python 3
URL : https://pypi.python.org/pypi/sphinxcontrib-issuetracker
License : BSD
Description : A Sphinx extension to reference issues in issue trackers, either explicitly
: with an "issue" role or optionally implicitly by issue ids like #10 in plain
: text.
:
: Currently the following issue trackers are supported:
:
: * GitHub
: * BitBucket
: * Launchpad
: * Google Code
: * Debian BTS
: * Jira
:
: A simple API is provided to add support for other issue trackers. If you
: added support for a new tracker, please consider sending a patch to make your
: work available to other users of this extension.
:
: This package contains the Python 3 version of the module.