How To Install gap-pkg-grpconst on Fedora 36

In this tutorial we learn how to install gap-pkg-grpconst in Fedora 36. gap-pkg-grpconst is Constructing groups of a given order

Introduction

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

What is gap-pkg-grpconst

This package contains GAP implementations of three different approaches to constructing up to isomorphism all groups of a given order. The FrattiniExtensionMethod constructs all soluble groups of a given order. On request it gives only those that are (or are not) nilpotent or supersolvable or that do (or do not) have normal Sylow subgroups for some given set of primes. The program’s output may be expressed in a compact coded form, if desired. The CyclicSplitExtensionMethod constructs all (necessarily soluble) groups whose given orders are of the form p^n*q for different primes p and q and which have at least one normal Sylow subgroup. The method, which relies upon having available a list of all groups of order p^n, is often faster than the Frattini extension method for the groups to which it applies. The UpwardsExtensions method takes as its input a permutation group G and positive integer s and returns a list of permutation groups, one for each extension of G by a soluble group of order a divisor of s. Usually it is used for nonsoluble G only, since for soluble groups the above methods are more efficient.

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

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

sudo dnf -y install gap-pkg-grpconst

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

sudo yum -y install gap-pkg-grpconst

How To Uninstall gap-pkg-grpconst on Fedora 36

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

sudo dnf remove gap-pkg-grpconst

gap-pkg-grpconst Package Contents on Fedora 36

/usr/lib/gap/pkg/grpconst-2.6.2
/usr/lib/gap/pkg/grpconst-2.6.2/PackageInfo.g
/usr/lib/gap/pkg/grpconst-2.6.2/gap
/usr/lib/gap/pkg/grpconst-2.6.2/gap/check.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/cycl.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/disting.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/fratfree.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/frattext.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/grpconst.gd
/usr/lib/gap/pkg/grpconst-2.6.2/gap/grpconst.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/intdiv.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/irred.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/nocentre.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/risotest.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/semisim.gi
/usr/lib/gap/pkg/grpconst-2.6.2/gap/upext.gi
/usr/lib/gap/pkg/grpconst-2.6.2/init.g
/usr/lib/gap/pkg/grpconst-2.6.2/read.g
/usr/lib/gap/pkg/grpconst-2.6.2/tst
/usr/lib/gap/pkg/grpconst-2.6.2/tst/construct-1560.tst
/usr/lib/gap/pkg/grpconst-2.6.2/tst/construct-1800.tst
/usr/lib/gap/pkg/grpconst-2.6.2/tst/construct-648.tst
/usr/lib/gap/pkg/grpconst-2.6.2/tst/construct-840.tst
/usr/lib/gap/pkg/grpconst-2.6.2/tst/construct-96.tst
/usr/lib/gap/pkg/grpconst-2.6.2/tst/testall.g
/usr/share/doc/gap-pkg-grpconst
/usr/share/doc/gap-pkg-grpconst/README
/usr/share/licenses/gap-pkg-grpconst
/usr/share/licenses/gap-pkg-grpconst/LICENSE

References

Summary

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