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

Last updated: October 05,2024

1. Install "ltl2ba.x86_64" package

Please follow the steps below to install ltl2ba.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ltl2ba.x86_64

2. Uninstall "ltl2ba.x86_64" package

This guide let you learn how to uninstall ltl2ba.x86_64 on Fedora 34:

$ sudo dnf remove ltl2ba.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:48:05 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ltl2ba
Version : 1.3
Release : 3.fc34
Architecture : x86_64
Size : 47 k
Source : ltl2ba-1.3-3.fc34.src.rpm
Repository : fedora
Summary : Fast translation from LTL formulas to Buchi automata
URL : http://www.lsv.ens-cachan.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.