How to Install and Uninstall python3-sphinxcontrib-apidoc.noarch Package on Fedora 36

Last updated: May 07,2024

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

Please follow the instructions below to install python3-sphinxcontrib-apidoc.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall python3-sphinxcontrib-apidoc.noarch on Fedora 36:

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

3. Information about the python3-sphinxcontrib-apidoc.noarch package on Fedora 36

Last metadata expiration check: 2:43:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-sphinxcontrib-apidoc
Version : 0.3.0
Release : 5.fc36
Architecture : noarch
Size : 19 k
Source : python-sphinxcontrib-apidoc-0.3.0-5.fc36.src.rpm
Repository : fedora
Summary : A Sphinx extension for running 'sphinx-apidoc' on each build
URL : http://www.sphinx-doc.org/
License : BSD
Description :
: This package contains Sphinx extension for running sphinx-apidoc_
: on each build.Overview *sphinx-apidoc* is a tool for automatic generation
: of Sphinx sources that, using the autodoc _ extension,
: documents a whole package in the style of other automatic API documentation
: tools. *sphinx-apidoc* does not actually build documentation - rather it
: simply generates it.