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

Last updated: May 14,2024

1. Install "python3-mistralclient" package

This tutorial shows how to install python3-mistralclient on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-mistralclient

2. Uninstall "python3-mistralclient" package

Please follow the step by step instructions below to uninstall python3-mistralclient on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-mistralclient
Priority: extra
Section: universe/python
Installed-Size: 446
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-mistralclient
Version: 1:2.0.0-3
Depends: python3-cliff (>= 1.15.0), python3-keystoneclient (>= 1:1.6.0), python3-pbr (>= 1.8), python3-requests (>= 2.8.1), python3-yaml, python3-openstackclient, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-mistralclient/python3-mistralclient_2.0.0-3_all.deb
Size: 58982
MD5sum: fed775a9963027254b09b3ddaaf1c883
SHA1: 46f11dc49bf9e220227a8d4ead2a5674d3febeba
SHA256: 528e2496ed819d8e60f60c1d4b20d81d886d95d14401887ee751774af44f03f8
Description-en: OpenStack Workflow as a Service client - Python 3.x
Mistral is a task management service. It is also known as Workflow as a
Service. Most business processes consist of multiple distinct interconnected
steps that need to be executed in a particular order in a distributed
environment. One can describe such process as a set of tasks and task
relations and upload such description to Mistral so that it takes care of
state management, correct execution order, task distribution and high
availability. Mistral also provides flexible task scheduling so that users can
run a process according to a specified schedule (i.e. every Sunday at 4.00pm)
instead of running it immediately. Such set of tasks and dependencies between
them is called a workflow. Independent routes in a workflow (which, in fact,
is a graph) are called flows and Mistral can execute them in parallel.
.
This package provides a cli and a Python 3.x client module.
Description-md5: ccdf981d2ebcddf3ef89873e451aca58
Homepage: https://github.com/stackforge/python-mistralclient
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu