How To Install gap-pkg-autpgrp on Fedora 36

In this tutorial we learn how to install gap-pkg-autpgrp in Fedora 36. gap-pkg-autpgrp is Compute the automorphism group of a p-Group in GAP

Introduction

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

What is gap-pkg-autpgrp

The AutPGrp package introduces a new function to compute the automorphism group of a finite p-group. The underlying algorithm is a refinement of the methods described in O’Brien (1995). In particular, this implementation is more efficient in both time and space requirements and hence has a wider range of applications than the ANUPQ method. Our package is written in GAP code and it makes use of a number of methods from the GAP library such as the MeatAxe for matrix groups and permutation group functions. We have compared our method to the others available in GAP. Our package usually out-performs all but the method designed for finite abelian groups. We note that our method uses the small groups library in certain cases and hence our algorithm is more effective if the small groups library is installed.

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

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

sudo dnf -y install gap-pkg-autpgrp

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

sudo yum -y install gap-pkg-autpgrp

How To Uninstall gap-pkg-autpgrp on Fedora 36

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

sudo dnf remove gap-pkg-autpgrp

gap-pkg-autpgrp Package Contents on Fedora 36

/usr/lib/gap/pkg/autpgrp-1.10.2
/usr/lib/gap/pkg/autpgrp-1.10.2/CHANGES.md
/usr/lib/gap/pkg/autpgrp-1.10.2/PackageInfo.g
/usr/lib/gap/pkg/autpgrp-1.10.2/gap
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/autoops.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/autos.gd
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/autos.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/countcl.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/general.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/hybrstab.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/initmat.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/initperm.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/matrix.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/matrstab.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/nicestab.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/orbstab.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/gap/pcpres.gi
/usr/lib/gap/pkg/autpgrp-1.10.2/init.g
/usr/lib/gap/pkg/autpgrp-1.10.2/read.g
/usr/lib/gap/pkg/autpgrp-1.10.2/tst
/usr/lib/gap/pkg/autpgrp-1.10.2/tst/manual.example-2.tst
/usr/lib/gap/pkg/autpgrp-1.10.2/tst/manual.example-3.tst
/usr/lib/gap/pkg/autpgrp-1.10.2/tst/more.tst
/usr/lib/gap/pkg/autpgrp-1.10.2/tst/number.tst
/usr/lib/gap/pkg/autpgrp-1.10.2/tst/testall.g
/usr/share/doc/gap-pkg-autpgrp
/usr/share/doc/gap-pkg-autpgrp/README
/usr/share/licenses/gap-pkg-autpgrp
/usr/share/licenses/gap-pkg-autpgrp/LICENSE

References

Summary

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