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

Last updated: May 17,2024

1. Install "python3-doit" package

In this section, we are going to explain the necessary steps to install python3-doit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-doit

2. Uninstall "python3-doit" package

This tutorial shows how to uninstall python3-doit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-doit
Priority: optional
Section: universe/python
Installed-Size: 319
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: all
Source: doit
Version: 0.28.0-1
Depends: python3, python3-pyinotify, python3-six, python3:any (>= 3.4~)
Recommends: strace, python3-gdbm
Suggests: python-doit-doc
Filename: pool/universe/d/doit/python3-doit_0.28.0-1_all.deb
Size: 58676
MD5sum: 0dcbb33f9eda0ca5ce0ef655d5bbf8ae
SHA1: 7bd7d39d359f38674f9c3f91dfda379cae36c88a
SHA256: a269ff005fc33e32bfa3c05c4b65941c884035695a2406cb0f195b83e64344bc
Description-en: Automation tool (Python3) 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
.
This is the Python 3 version of the package.
Description-md5: 61f831e603ff32687e404ea1628922f3
Homepage: http://pydoit.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu