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

Last updated: May 22,2024

1. Install "python3-automaton" package

In this section, we are going to explain the necessary steps to install python3-automaton on Kali Linux

$ sudo apt update $ sudo apt install python3-automaton

2. Uninstall "python3-automaton" package

Please follow the guidelines below to uninstall python3-automaton on Kali Linux:

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

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

Package: python3-automaton
Source: python-automaton
Version: 3.2.0-2
Installed-Size: 81
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-debtcollector, python3-pbr, python3-prettytable, python3:any
Suggests: python-automaton-doc
Size: 14732
SHA256: e29ac6800e93b2136c2742e4bbe7816ec255e731688c220721d7bd5650970a6a
SHA1: 5cf2166b50338c957aee7da037f634456564615a
MD5sum: 85c2d35072857b694b772ddaa113a8b9
Description: friendly state machines - Python 3.x
Automaton is a friendly state machines for Python. This state machine can be
used to automatically run a given set of transitions and states in response to
events (either from callbacks or from generator/iterator send() values, see
PEP 342). On each triggered event, a on_enter and on_exit callback can also be
provided which will be called to perform some type of action on leaving a
prior state and before entering a new state.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/openstack/automaton
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-automaton/python3-automaton_3.2.0-2_all.deb