How to Install and Uninstall python2-Automat.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "python2-Automat.noarch" package

Learn how to install python2-Automat.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python2-Automat.noarch" package

Learn how to uninstall python2-Automat.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python2-Automat.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:02:08 ago on Mon Feb 26 15:59:38 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).