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

Last updated: May 18,2024

1. Install "python3-automaton" package

Please follow the guidance below to install python3-automaton on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-automaton

2. Uninstall "python3-automaton" package

This guide covers the steps necessary to uninstall python3-automaton on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-automaton
Priority: optional
Section: universe/python
Installed-Size: 81
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-automaton
Version: 1.2.0-1
Depends: python3-debtcollector (>= 1.2.0), python3-pbr (>= 1.8), python3-prettytable, python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~)
Suggests: python-automaton-doc
Filename: pool/universe/p/python-automaton/python3-automaton_1.2.0-1_all.deb
Size: 14752
MD5sum: 9292ae8ff406e58dbbeacbeddad1bebd
SHA1: a8547fe54b43174e3b0eb80c2e2deca561353974
SHA256: 6d3eb5d617572c56827c2cb33c86d9dfeafb68d0a9c450b987ed3c37d2977b27
Description-en: 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: ac64d969f9977a8584ebe7c7708a87c7
Homepage: https://github.com/openstack/automaton
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu