How to Install and Uninstall sphinxcontrib-autoprogram Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "sphinxcontrib-autoprogram" package

This guide covers the steps necessary to install sphinxcontrib-autoprogram on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sphinxcontrib-autoprogram

2. Uninstall "sphinxcontrib-autoprogram" package

Please follow the steps below to uninstall sphinxcontrib-autoprogram on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove sphinxcontrib-autoprogram $ sudo apt autoclean && sudo apt autoremove

3. Information about the sphinxcontrib-autoprogram package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: sphinxcontrib-autoprogram
Priority: optional
Section: universe/python
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Version: 0.1.2-1
Depends: python (>= 2.7), python (<< 2.8), python-sphinx, python-six
Filename: pool/universe/s/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram_0.1.2-1_all.deb
Size: 6982
MD5sum: 8653a43d18fb5d568f6147f9b4e89b42
SHA1: 6d3f3a817a3cd26af03b3a2255ecf37ee70b074a
SHA256: 0339956f27d6a68c3771b295740ea0dbc4b226eec64958e52b8d46d0d3ca03bb
Description-en: automated documentation of CLI programs for Sphinx (Python 2)
This contrib extension, sphinxcontrib.autoprogram, provides an automated way
to document CLI programs. It scans argparse.ArgumentParser object, and then
expands it into a set of .. program:: and .. option:: directives.
.
In order to use it, add sphinxcontrib.autoprogram into extensions list of your
Sphinx configuration file (conf.py)
.
This package contains the Python 2 version.
Description-md5: d2a17c819e450f4702d0b138798090e8
Homepage: https://pythonhosted.org/sphinxcontrib-autoprogram/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu