How to Install and Uninstall python-invoke Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 26,2024
1. Install "python-invoke" package
In this section, we are going to explain the necessary steps to install python-invoke on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-invoke
Copied
2. Uninstall "python-invoke" package
This is a short guide on how to uninstall python-invoke on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-invoke
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-invoke package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-invoke
Priority: optional
Section: universe/python
Installed-Size: 190
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.11.1+dfsg1-1
Depends: python-six, python-yaml, python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-invoke-doc
Filename: pool/universe/p/python-invoke/python-invoke_0.11.1+dfsg1-1_all.deb
Size: 45822
MD5sum: 5620ad50e690d16fb21e93924dd25cc0
SHA1: 87716de51bf3cf7cbbc7583e99ac3c01b9fb6d2d
SHA256: 02c133bbb80a68c6bd96782a8c04a0523474e20f8591344451fd60362210fda7
Description-en: Pythonic task execution - Python 2.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 2.x module.
Description-md5: 19d4ea8a9afb19221c103af26921fb2e
Homepage: http://docs.pyinvoke.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 190
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.11.1+dfsg1-1
Depends: python-six, python-yaml, python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-invoke-doc
Filename: pool/universe/p/python-invoke/python-invoke_0.11.1+dfsg1-1_all.deb
Size: 45822
MD5sum: 5620ad50e690d16fb21e93924dd25cc0
SHA1: 87716de51bf3cf7cbbc7583e99ac3c01b9fb6d2d
SHA256: 02c133bbb80a68c6bd96782a8c04a0523474e20f8591344451fd60362210fda7
Description-en: Pythonic task execution - Python 2.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 2.x module.
Description-md5: 19d4ea8a9afb19221c103af26921fb2e
Homepage: http://docs.pyinvoke.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu