How to Install and Uninstall python3-sphinxcontrib-autoprogram Package on openSUSE Leap

Last updated: May 14,2024

1. Install "python3-sphinxcontrib-autoprogram" package

In this section, we are going to explain the necessary steps to install python3-sphinxcontrib-autoprogram on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sphinxcontrib-autoprogram

2. Uninstall "python3-sphinxcontrib-autoprogram" package

Learn how to uninstall python3-sphinxcontrib-autoprogram on openSUSE Leap:

$ sudo zypper remove python3-sphinxcontrib-autoprogram

3. Information about the python3-sphinxcontrib-autoprogram package on openSUSE Leap

Information for package python3-sphinxcontrib-autoprogram:
----------------------------------------------------------
Repository : Main Repository
Name : python3-sphinxcontrib-autoprogram
Version : 0.1.5-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 49.7 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-autoprogram-0.1.5-bp155.2.14.src
Upstream URL : https://github.com/sphinx-contrib/autoprogram
Summary : Sphinx extension to document CLI programs
Description :
This contrib extension, sphinxcontrib.autoprogram, provides an automated way to
document CLI programs. It scans arparser.ArgumentParser object, and then expands
it into a set of .. program:: and .. option:: directives.