How to Install and Uninstall automaton.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "automaton.noarch" package

Please follow the guidelines below to install automaton.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install automaton.noarch

2. Uninstall "automaton.noarch" package

Please follow the step by step instructions below to uninstall automaton.noarch on Fedora 34:

$ sudo dnf remove automaton.noarch $ sudo dnf autoremove

3. Information about the automaton.noarch package on Fedora 34

Last metadata expiration check: 5:54:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : automaton
Version : 1.12.2
Release : 5.fc34
Architecture : noarch
Size : 190 k
Source : automaton-1.12.2-5.fc34.src.rpm
Repository : fedora
Summary : A Java finite state automata/regular expression library
URL : https://www.brics.dk/automaton/
License : BSD
Description : This Java package contains a DFA/NFA (finite-state automata) implementation
: with Unicode alphabet (UTF-16) and support for the standard regular expression
: operations (concatenation, union, Kleene star) and a number of non-standard
: ones (intersection, complement, etc.).
:
: In contrast to many other automaton/regexp packages, this package is fast,
: compact, and implements real, unrestricted regular operations. It uses a
: symbolic representation based on intervals of Unicode characters.