How To Install mona on Fedora 36

In this tutorial we learn how to install mona in Fedora 36. mona is A decision procedure for the WS1S and WS2S logics

Introduction

In this tutorial we learn how to install mona on Fedora 36.

What is mona

MONA is a tool that translates formulas in the logics WS1S or WS2S into finite-state automata represented by BDDs. The formulas may express search patterns, temporal properties of reactive systems, parse tree constraints, etc. MONA also analyses the automaton resulting from the compilation, and determines whether the formula is valid and, if the formula is not valid, generates a counterexample.

We can use yum or dnf to install mona on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mona.

Install mona on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mona using dnf by running the following command:

sudo dnf -y install mona

Install mona on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mona using yum by running the following command:

sudo yum -y install mona

How To Uninstall mona on Fedora 36

To uninstall only the mona package we can use the following command:

sudo dnf remove mona

mona Package Contents on Fedora 36

/usr/bin/dfa2dot
/usr/bin/gta2dot
/usr/bin/mona
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/221a2b240fe0618cf1d3d7dc1e6eb5f00b018c
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/955604383abec8d79106b6ce1e35fbbd542902
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/569bb4ed744f9ca4f3f784155f901f70495179
/usr/share/doc/mona
/usr/share/doc/mona/mona14.pdf
/usr/share/man/man1/mona.1.gz

References

Summary

In this tutorial we learn how to install mona on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).