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

Last updated: October 06,2024

1. Install "python3-Automat.noarch" package

This is a short guide on how to install python3-Automat.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-Automat.noarch" package

This tutorial shows how to uninstall python3-Automat.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:16:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-Automat
Version : 22.10.0
Release : 2.el9
Architecture : noarch
Size : 59 k
Source : python-Automat-22.10.0-2.el9.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).