How To Install gap-pkg-fga on Fedora 36

In this tutorial we learn how to install gap-pkg-fga in Fedora 36. gap-pkg-fga is Free group algorithms for GAP

Introduction

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

What is gap-pkg-fga

The FGA package provides methods for computations with finitely generated subgroups of free groups. It allows you to (constructively) test membership and conjugacy, and to compute free generators, the rank, the index, normalizers, centralizers, and intersections where the groups involved are finitely generated subgroups of free groups. In addition, it provides generators and a finite presentation for the automorphism group of a finitely generated free group and allows to write any such automorphism as word in these generators.

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

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

sudo dnf -y install gap-pkg-fga

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

sudo yum -y install gap-pkg-fga

How To Uninstall gap-pkg-fga on Fedora 36

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

sudo dnf remove gap-pkg-fga

gap-pkg-fga Package Contents on Fedora 36

/usr/lib/gap/pkg/fga
/usr/lib/gap/pkg/fga/PackageInfo.g
/usr/lib/gap/pkg/fga/createpkg
/usr/lib/gap/pkg/fga/filelist
/usr/lib/gap/pkg/fga/init.g
/usr/lib/gap/pkg/fga/lib
/usr/lib/gap/pkg/fga/lib/AutGrp.gd
/usr/lib/gap/pkg/fga/lib/AutGrp.gi
/usr/lib/gap/pkg/fga/lib/Autom.gd
/usr/lib/gap/pkg/fga/lib/Autom.gi
/usr/lib/gap/pkg/fga/lib/Central.gi
/usr/lib/gap/pkg/fga/lib/ExtAutom.gd
/usr/lib/gap/pkg/fga/lib/ExtAutom.gi
/usr/lib/gap/pkg/fga/lib/FreeGrps.gd
/usr/lib/gap/pkg/fga/lib/FreeGrps.gi
/usr/lib/gap/pkg/fga/lib/Hom.gd
/usr/lib/gap/pkg/fga/lib/Hom.gi
/usr/lib/gap/pkg/fga/lib/Index.gi
/usr/lib/gap/pkg/fga/lib/Intsect.gd
/usr/lib/gap/pkg/fga/lib/Intsect.gi
/usr/lib/gap/pkg/fga/lib/Iterated.gd
/usr/lib/gap/pkg/fga/lib/Iterated.gi
/usr/lib/gap/pkg/fga/lib/Normal.gd
/usr/lib/gap/pkg/fga/lib/Normal.gi
/usr/lib/gap/pkg/fga/lib/ReprAct.gd
/usr/lib/gap/pkg/fga/lib/ReprAct.gi
/usr/lib/gap/pkg/fga/lib/ReprActT.gi
/usr/lib/gap/pkg/fga/lib/Whitehd.gd
/usr/lib/gap/pkg/fga/lib/Whitehd.gi
/usr/lib/gap/pkg/fga/lib/util.gd
/usr/lib/gap/pkg/fga/lib/util.gi
/usr/lib/gap/pkg/fga/read.g
/usr/lib/gap/pkg/fga/tst
/usr/lib/gap/pkg/fga/tst/FGA.tst
/usr/lib/gap/pkg/fga/tst/testall.g
/usr/share/doc/gap-pkg-fga
/usr/share/doc/gap-pkg-fga/README
/usr/share/licenses/gap-pkg-fga
/usr/share/licenses/gap-pkg-fga/COPYING

References

Summary

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