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

Last updated: November 28,2024

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

Here is a brief guide to show you how to install python3-sphinxcontrib-apidoc.noarch on Fedora 38

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

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

This is a short guide on how to uninstall python3-sphinxcontrib-apidoc.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:26:01 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-sphinxcontrib-apidoc
Version : 0.3.0
Release : 8.fc38
Architecture : noarch
Size : 20 k
Source : python-sphinxcontrib-apidoc-0.3.0-8.fc38.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.