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

Last updated: April 28,2024

1. Install "python-automaton" package

This tutorial shows how to install python-automaton on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-automaton

2. Uninstall "python-automaton" package

Please follow the guidelines below to uninstall python-automaton on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-automaton
Priority: optional
Section: python
Installed-Size: 81
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.2.0-1
Depends: python-debtcollector (>= 1.2.0), python-pbr (>= 1.8), python-prettytable, python-six (>= 1.9.0), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-automaton-doc
Filename: pool/main/p/python-automaton/python-automaton_1.2.0-1_all.deb
Size: 14670
MD5sum: b77e033fd1637b78d9ec4c0217c6bbe0
SHA1: 47a4fca50e6feff3e120e9a2526d7969259ab34e
SHA256: 0edc8fac2c7e024663cbf8e7c5e512656dbdd94e2ab2c086a47936e2a65e21c0
Description-en: friendly state machines - Python 2.7
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 2.7 module.
Description-md5: 56aa3435c8123ae77b5ec9f5a30184f4
Homepage: https://github.com/openstack/automaton
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y