How to Install and Uninstall python2-sphinxcontrib-apidoc Package on openSUSE Leap

Last updated: May 03,2024

1. Install "python2-sphinxcontrib-apidoc" package

This is a short guide on how to install python2-sphinxcontrib-apidoc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sphinxcontrib-apidoc

2. Uninstall "python2-sphinxcontrib-apidoc" package

Learn how to uninstall python2-sphinxcontrib-apidoc on openSUSE Leap:

$ sudo zypper remove python2-sphinxcontrib-apidoc

3. Information about the python2-sphinxcontrib-apidoc package on openSUSE Leap

Information for package python2-sphinxcontrib-apidoc:
-----------------------------------------------------
Repository : Main Repository
Name : python2-sphinxcontrib-apidoc
Version : 0.3.0-5.3.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 37,8 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-apidoc-0.3.0-5.3.3.src
Summary : A Sphinx extension for running 'sphinx-apidoc' on each build
Description :
*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. As a result, it
must be run before *sphinx-build*.