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

Last updated: October 05,2024

1. Install "python312-sphinxcontrib-autoprogram" package

This guide covers the steps necessary to install python312-sphinxcontrib-autoprogram on openSuSE Tumbleweed

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

2. Uninstall "python312-sphinxcontrib-autoprogram" package

Please follow the steps below to uninstall python312-sphinxcontrib-autoprogram on openSuSE Tumbleweed:

$ sudo zypper remove python312-sphinxcontrib-autoprogram

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

Information for package python312-sphinxcontrib-autoprogram:
------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sphinxcontrib-autoprogram
Version : 0.1.8-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 50.3 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-autoprogram-0.1.8-2.4.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.