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

Last updated: May 14,2024

1. Install "python3-mistralclient" package

Please follow the step by step instructions below to install python3-mistralclient on Kali Linux

$ 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 Kali Linux:

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

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

Package: python3-mistralclient
Source: python-mistralclient
Version: 1:5.1.0-2
Installed-Size: 4488
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-cliff, python3-keystoneauth1, python3-osc-lib, python3-oslo.i18n, python3-oslo.serialization, python3-oslo.utils, python3-pbr, python3-requests, python3-six, python3-stevedore, python3-yaml, python3:any, libjs-sphinxdoc (>= 5.2)
Size: 1024000
SHA256: 6c1c8cc01bae201daaeb1a5cf367df5c153be06ce403087bf79c96fa0f50405b
SHA1: 5d3bf23939c4b6e57ae3d9e79fd0cf3bcdc38e33
MD5sum: 021eeffcf347e377df6465ee85fa6ee0
Description: 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:
Homepage: https://opendev.org/openstack/python-mistralclient
Tag: admin::virtualization, implemented-in::python, interface::shell,
role::program, role::shared-lib, suite::openstack, system::cloud,
system::virtual
Section: python
Priority: optional
Filename: pool/main/p/python-mistralclient/python3-mistralclient_5.1.0-2_all.deb