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

Last updated: May 10,2024

1. Install "python3-mistral" package

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

$ sudo apt update $ sudo apt install python3-mistral

2. Uninstall "python3-mistral" package

Please follow the guidance below to uninstall python3-mistral on Kali Linux:

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

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

Package: python3-mistral
Source: mistral
Version: 17.0.0-3
Installed-Size: 2892
Maintainer: Debian OpenStack
Architecture: all
Depends: alembic, python3-cachetools, python3-croniter, python3-dogpile.cache, python3-eventlet, python3-jinja2, python3-jsonschema, python3-jwt, python3-keystoneclient, python3-keystonemiddleware, python3-kombu, python3-mistral-lib, python3-networkx, python3-oslo.concurrency, python3-oslo.config, python3-oslo.context, python3-oslo.db, python3-oslo.i18n, python3-oslo.log, python3-oslo.messaging (>= 14.1.0), python3-oslo.middleware, python3-oslo.policy, python3-oslo.serialization, python3-oslo.service, python3-oslo.utils, python3-osprofiler, python3-paramiko, python3-pbr, python3-pecan, python3-pymysql, python3-requests, python3-setuptools, python3-sqlalchemy (>= 1.2.5), python3-stevedore, python3-tenacity, python3-tooz, python3-wsme, python3-yaml, python3-yaql, python3-zake, python3-alembic, python3:any
Conflicts: python-mistral
Size: 300060
SHA256: 74f507105e8b666b035af75d4d167791e88b7e42d58596de76bc1018ff065029
SHA1: e9bfdefa407e52324bec956407a5ca6c68be11a2
MD5sum: 632b0b08597b03bcf0b702d564ba9445
Description: OpenStack Workflow Service - Python libraries
Mistral is a workflow 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, parallelism,
synchronization and high availability. Mistral also provides flexible task
scheduling so that it 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 relations between them is called a workflow.
.
This package contains the Python libraries.
Description-md5:
Homepage: https://github.com/openstack/mistral
Section: python
Priority: optional
Filename: pool/main/m/mistral/python3-mistral_17.0.0-3_all.deb