How to Install and Uninstall ltl2ba.x86_64 Package on Fedora 36

Last updated: January 15,2025

1. Install "ltl2ba.x86_64" package

Please follow the guidelines below to install ltl2ba.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ltl2ba.x86_64

2. Uninstall "ltl2ba.x86_64" package

Please follow the step by step instructions below to uninstall ltl2ba.x86_64 on Fedora 36:

$ sudo dnf remove ltl2ba.x86_64 $ sudo dnf autoremove

3. Information about the ltl2ba.x86_64 package on Fedora 36

Last metadata expiration check: 5:54:05 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ltl2ba
Version : 1.3
Release : 5.fc36
Architecture : x86_64
Size : 48 k
Source : ltl2ba-1.3-5.fc36.src.rpm
Repository : fedora
Summary : Fast translation from LTL formulas to Buchi automata
URL : http://www.lsv.fr/~gastin/ltl2ba/
License : GPLv2+
Description : Translate from Linear temporal logic (LTL) formulas to Buchi automata.
: LTL is a type of formal logic that extends formal logic with
: qualifiers involving time.
: A Buchi automaton is the extension of a finite state automaton
: to infinite inputs, and are useful for specifying behavior
: of non-terminating systems (such as hardware or operating systems).
: A Buchi automaton accepts an infinite input sequence if and only if
: there exists a run of the automaton which visits at least one of the
: final states infinitely often.
:
: The implementation is based on the translation algorithm by Gastin and Oddoux,
: presented at the CAV Conference, held in 2001, Paris, France 2001.