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

Last updated: October 06,2024

1. Install "python-doit" package

This is a short guide on how to install python-doit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-doit

2. Uninstall "python-doit" package

This guide covers the steps necessary to uninstall python-doit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-doit
Priority: optional
Section: universe/python
Installed-Size: 322
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: all
Source: doit
Version: 0.28.0-1
Depends: python, python-configparser, python-pyinotify, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: strace, python-gdbm
Suggests: python-doit-doc
Filename: pool/universe/d/doit/python-doit_0.28.0-1_all.deb
Size: 59674
MD5sum: 48c110f65f338a72c864300c991571bf
SHA1: 269b735d35cc4f327f62be81c0a48e7ec124bb62
SHA256: 5f7b12e760c1a6f4b8a8594c8ba7b4012b4c1917a21a0c1e28dbfca74e8c617f
Description-en: Automation tool to execute any kind of task in a build-tools fashion
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
Description-md5: 55eb8ca0d6c49a6bc1200127554f3c32
Homepage: http://pydoit.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions