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

Last updated: October 05,2024

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

This guide let you learn how to install python3-sphinxcontrib-apidoc.noarch on Fedora 34

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

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

Learn how to uninstall python3-sphinxcontrib-apidoc.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:32:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-sphinxcontrib-apidoc
Version : 0.3.0
Release : 2.fc34
Architecture : noarch
Size : 20 k
Source : python-sphinxcontrib-apidoc-0.3.0-2.fc34.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.