How to Install and Uninstall python38-sphinxcontrib-autoprogram Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python38-sphinxcontrib-autoprogram" package

Learn how to install python38-sphinxcontrib-autoprogram on openSuSE Tumbleweed

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

2. Uninstall "python38-sphinxcontrib-autoprogram" package

Learn how to uninstall python38-sphinxcontrib-autoprogram on openSuSE Tumbleweed:

$ sudo zypper remove python38-sphinxcontrib-autoprogram

3. Information about the python38-sphinxcontrib-autoprogram package on openSuSE Tumbleweed

Information for package python38-sphinxcontrib-autoprogram:
-----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-sphinxcontrib-autoprogram
Version : 0.1.7-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 54,9 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-autoprogram-0.1.7-1.1.src
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.