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

Last updated: October 05,2024

1. Install "python3-invoke" package

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

$ sudo apt update $ sudo apt install python3-invoke

2. Uninstall "python3-invoke" package

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

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

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

Package: python3-invoke
Source: python-invoke
Version: 2.0.0-1.2
Installed-Size: 607
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-yaml, python3-zombie-imp, python3:any
Suggests: python-invoke-doc
Size: 122632
SHA256: e1dcaf2c2a767d1fb10d606ac34b5030c92e1509aaf53c4022f8280d02ec9a5f
SHA1: 7d7f36d888f684501d7bb25aec92b3044f91b21b
MD5sum: e76546d19f8fd8615d8291056c3dc7b5
Description: Pythonic task execution - Python 3.x
Invoke is a Python (2.6+ and 3.2+) task execution tool and library, drawing
inspiration from various sources to arrive at a powerful and clean feature
set.
.
Like Ruby's Rake tool and Invoke's own predecessor Fabric 1.x, it provides a
clean, high level API for running shell commands and defining/organizing task
functions from a tasks.py file.
.
From GNU Make, it inherits an emphasis on minimal boilerplate for common
patterns and the ability to run multiple tasks in a single invocation.
.
Following the lead of most Unix CLI applications, it offers a traditional
flag-based style of command-line parsing, deriving flag names and value types
from task signatures.
.
Like many of its predecessors, it offers advanced features as well:
namespacing, task aliasing, before/after hooks, parallel execution and more.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://docs.pyinvoke.org
Section: python
Priority: optional
Filename: pool/main/p/python-invoke/python3-invoke_2.0.0-1.2_all.deb