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

Last updated: May 14,2024

1. Install "python3-sphinxcontrib.autoprogram" package

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

$ sudo apt update $ sudo apt install python3-sphinxcontrib.autoprogram

2. Uninstall "python3-sphinxcontrib.autoprogram" package

Please follow the step by step instructions below to uninstall python3-sphinxcontrib.autoprogram on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-sphinxcontrib.autoprogram
Priority: optional
Section: universe/python
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Source: sphinxcontrib-autoprogram
Version: 0.1.2-1
Depends: python3-six, python3-sphinx, python3:any (>= 3.3.2-2~)
Filename: pool/universe/s/sphinxcontrib-autoprogram/python3-sphinxcontrib.autoprogram_0.1.2-1_all.deb
Size: 6984
MD5sum: f01d8acec43d813eca4dde561aff1670
SHA1: a91603930380f8417c3b5376949a482e99c2587b
SHA256: 0ed5e6430a89ddb01c9965540dac7e8f366a9389d4f5a0a1cf364ae802835285
Description-en: automated documentation of CLI programs for Sphinx (Python 3)
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 3 version.
Description-md5: 591cb88701946c1d2649d5e01ea5ab38
Homepage: https://pythonhosted.org/sphinxcontrib-autoprogram/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu