How to Install and Uninstall python3-sphinxcontrib-apidoc.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

Please follow the step by step instructions below to install python3-sphinxcontrib-apidoc.noarch on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall python3-sphinxcontrib-apidoc.noarch on AlmaLinux 9:

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

3. Information about the python3-sphinxcontrib-apidoc.noarch package on AlmaLinux 9

Last metadata expiration check: 0:22:30 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-sphinxcontrib-apidoc
Version : 0.3.0
Release : 8.el9
Architecture : noarch
Size : 19 k
Source : python-sphinxcontrib-apidoc-0.3.0-8.el9.src.rpm
Repository : epel
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.