How to Install and Uninstall python-doit-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-doit-doc" package

Learn how to install python-doit-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-doit-doc

2. Uninstall "python-doit-doc" package

Please follow the step by step instructions below to uninstall python-doit-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-doit-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-doit-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-doit-doc
Priority: optional
Section: universe/doc
Installed-Size: 638
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: all
Source: doit
Version: 0.28.0-1
Depends: libjs-sphinxdoc (>= 1.0)
Recommends: python-doit
Filename: pool/universe/d/doit/python-doit-doc_0.28.0-1_all.deb
Size: 118148
MD5sum: 41f532ab96bf9306b7d6ca07789cb641
SHA1: c8b8faf3834c4bac8501447b50a49179aefd4e7d
SHA256: c8ab278df0de3285af5eefbae30ffb5c2244820876891d86e5a6afd00133e497
Description-en: Automation tool for executing any kind of task in a build-tools fashion - doc
doit is an automation tool that brings the power of build-tools to execute any
kind of task.
.
A task describes some computation to be done (actions), and contains some
extra meta-data.
The actions can be external programs or Python functions. A single task may
define more than one action.
doit uses the task’s meta-data to:
* cache task results
* correct execution order
* parallel execution
* powerful dependency system
.
This package contains API documentation and examples.
Description-md5: f5a04fd9c281ffd9a933ac504d3d4cae
Homepage: http://pydoit.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu