How to Install and Uninstall python3-doit Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-doit" package

Here is a brief guide to show you how to install python3-doit on Kali Linux

$ sudo apt update $ sudo apt install python3-doit

2. Uninstall "python3-doit" package

Please follow the step by step instructions below to uninstall python3-doit on Kali Linux:

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

3. Information about the python3-doit package on Kali Linux

Package: python3-doit
Source: doit
Version: 0.36.0-2
Installed-Size: 330
Maintainer: Debian Python Team
Architecture: all
Replaces: python-doit
Depends: python3-cloudpickle, python3-importlib-metadata, python3:any, python3-pyinotify, python3-pkg-resources
Recommends: strace, python3-gdbm
Suggests: python-doit-doc
Breaks: python-doit
Size: 78008
SHA256: 954d67237047bb3083e36d58ffab241777dabb9c97453424ae91bbcab484f68f
SHA1: c35305bea6b40147526653caa44f87f00a1107a7
MD5sum: 94f126fc81f4cb8a99ab3b43af77730c
Description: 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:
Homepage: http://pydoit.org
Section: python
Priority: optional
Filename: pool/main/d/doit/python3-doit_0.36.0-2_all.deb