How To Install gap-pkg-automata on Fedora 36

In this tutorial we learn how to install gap-pkg-automata in Fedora 36. gap-pkg-automata is Finite automata algorithms

Introduction

In this tutorial we learn how to install gap-pkg-automata on Fedora 36.

What is gap-pkg-automata

This package contains algorithms for working with finite automata in GAP. It can do the following - compute a rational expression for the language recognized by a finite automaton; - compute an automaton for the language given by a rational expression; - minimalize a finite automaton; - visualize automata.

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

Install gap-pkg-automata 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 gap-pkg-automata using dnf by running the following command:

sudo dnf -y install gap-pkg-automata

Install gap-pkg-automata 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 gap-pkg-automata using yum by running the following command:

sudo yum -y install gap-pkg-automata

How To Uninstall gap-pkg-automata on Fedora 36

To uninstall only the gap-pkg-automata package we can use the following command:

sudo dnf remove gap-pkg-automata

gap-pkg-automata Package Contents on Fedora 36

/usr/lib/gap/pkg/automata-1.15
/usr/lib/gap/pkg/automata-1.15/GPL
/usr/lib/gap/pkg/automata-1.15/PackageInfo.g
/usr/lib/gap/pkg/automata-1.15/gap
/usr/lib/gap/pkg/automata-1.15/gap/aut-basics.gd
/usr/lib/gap/pkg/automata-1.15/gap/aut-basics.gi
/usr/lib/gap/pkg/automata-1.15/gap/aut-def.gd
/usr/lib/gap/pkg/automata-1.15/gap/aut-def.gi
/usr/lib/gap/pkg/automata-1.15/gap/aut-func.gd
/usr/lib/gap/pkg/automata-1.15/gap/aut-func.gi
/usr/lib/gap/pkg/automata-1.15/gap/aut-rat.gd
/usr/lib/gap/pkg/automata-1.15/gap/aut-rat.gi
/usr/lib/gap/pkg/automata-1.15/gap/aut-utils.gd
/usr/lib/gap/pkg/automata-1.15/gap/aut-utils.gi
/usr/lib/gap/pkg/automata-1.15/gap/automata-display.gd
/usr/lib/gap/pkg/automata-1.15/gap/automata-display.gi
/usr/lib/gap/pkg/automata-1.15/gap/digraphs.gd
/usr/lib/gap/pkg/automata-1.15/gap/digraphs.gi
/usr/lib/gap/pkg/automata-1.15/gap/drawgraph.gd
/usr/lib/gap/pkg/automata-1.15/gap/drawgraph.gi
/usr/lib/gap/pkg/automata-1.15/gap/finitelang.gd
/usr/lib/gap/pkg/automata-1.15/gap/finitelang.gi
/usr/lib/gap/pkg/automata-1.15/gap/foldings.gd
/usr/lib/gap/pkg/automata-1.15/gap/foldings.gi
/usr/lib/gap/pkg/automata-1.15/gap/hello
/usr/lib/gap/pkg/automata-1.15/gap/miscelaneous.gd
/usr/lib/gap/pkg/automata-1.15/gap/miscelaneous.gi
/usr/lib/gap/pkg/automata-1.15/gap/rat-def.gd
/usr/lib/gap/pkg/automata-1.15/gap/rat-def.gi
/usr/lib/gap/pkg/automata-1.15/gap/rat-func.gd
/usr/lib/gap/pkg/automata-1.15/gap/rat-func.gi
/usr/lib/gap/pkg/automata-1.15/gap/sgpslinks.gd
/usr/lib/gap/pkg/automata-1.15/gap/sgpslinks.gi
/usr/lib/gap/pkg/automata-1.15/gap/splash_from_Viz.g
/usr/lib/gap/pkg/automata-1.15/init.g
/usr/lib/gap/pkg/automata-1.15/makedoc.g
/usr/lib/gap/pkg/automata-1.15/read.g
/usr/lib/gap/pkg/automata-1.15/tst
/usr/lib/gap/pkg/automata-1.15/tst/testall.g
/usr/lib/gap/pkg/automata-1.15/tst/testall.tst
/usr/lib/gap/pkg/automata-1.15/version
/usr/share/doc/gap-pkg-automata
/usr/share/doc/gap-pkg-automata/CHANGES
/usr/share/doc/gap-pkg-automata/EXAMPLES
/usr/share/doc/gap-pkg-automata/README.md
/usr/share/licenses/gap-pkg-automata
/usr/share/licenses/gap-pkg-automata/LICENSE

References

Summary

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