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

Last updated: May 18,2024

1. Install "python2-sphinxcontrib-autoprogram" package

Please follow the guidelines below to install python2-sphinxcontrib-autoprogram on openSUSE Leap

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

2. Uninstall "python2-sphinxcontrib-autoprogram" package

Please follow the guidelines below to uninstall python2-sphinxcontrib-autoprogram on openSUSE Leap:

$ sudo zypper remove python2-sphinxcontrib-autoprogram

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

Information for package python2-sphinxcontrib-autoprogram:
----------------------------------------------------------
Repository : Main Repository
Name : python2-sphinxcontrib-autoprogram
Version : 0.1.5-bp153.1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 39,9 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-autoprogram-0.1.5-bp153.1.19.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.