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

Last updated: May 15,2024

1. Install "python2-Automat.noarch" package

This guide covers the steps necessary to install python2-Automat.noarch on AlmaLinux 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 AlmaLinux 8:

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

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

Last metadata expiration check: 1:37:31 ago on Mon Sep 5 03:22:42 2022.
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).