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

Last updated: May 18,2024

1. Install "python3-invoke" package

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

$ sudo apt update $ sudo apt install python3-invoke

2. Uninstall "python3-invoke" package

This is a short guide on how to uninstall python3-invoke on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-invoke
Priority: optional
Section: universe/python
Installed-Size: 190
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-invoke
Version: 0.11.1+dfsg1-1
Depends: python3-six, python3-yaml, python3:any (>= 3.3.2-2~)
Suggests: python-invoke-doc
Filename: pool/universe/p/python-invoke/python3-invoke_0.11.1+dfsg1-1_all.deb
Size: 45916
MD5sum: 5c66e13a1049833985a232ac3567f409
SHA1: c2fd8032e6ebe1cf08d904917513ebac7067d2b9
SHA256: 3e23693a64ee11d99d8cb7443f87f3306c287fe48b1c65e3055827a798d712c5
Description-en: 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: 37b0d11b40c9c03444abfd51e61b0bda
Homepage: http://docs.pyinvoke.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu