How to Install and Uninstall python2-Automat.noarch Package on CentOS Stream 8

Last updated: September 28,2024

1. Install "python2-Automat.noarch" package

Please follow the steps below to install python2-Automat.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python2-Automat.noarch

2. Uninstall "python2-Automat.noarch" package

This is a short guide on how to uninstall python2-Automat.noarch on CentOS Stream 8:

$ sudo dnf remove python2-Automat.noarch $ sudo dnf autoremove

3. Information about the python2-Automat.noarch package on CentOS Stream 8

Last metadata expiration check: 1:45:03 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python2-Automat
Version : 0.7.0
Release : 3.1.el8
Architecture : noarch
Size : 64 k
Source : python-Automat-0.7.0-3.1.el8.src.rpm
Repository : epel
Summary : Self-service finite-state machines for the programmer on the go
URL : https://github.com/glyph/automat
License : MIT
Description : Automat is a library for concise, idiomatic Python expression of finite-state
: automata (particularly deterministic finite-state transducers).