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

Last updated: June 01,2024

1. Install "python311-sphinxcontrib-autoprogram" package

This guide let you learn how to install python311-sphinxcontrib-autoprogram on openSuSE Tumbleweed

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

2. Uninstall "python311-sphinxcontrib-autoprogram" package

This guide covers the steps necessary to uninstall python311-sphinxcontrib-autoprogram on openSuSE Tumbleweed:

$ sudo zypper remove python311-sphinxcontrib-autoprogram

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

Information for package python311-sphinxcontrib-autoprogram:
------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sphinxcontrib-autoprogram
Version : 0.1.8-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 53.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.