How to Install and Uninstall gap-pkg-grpconst.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "gap-pkg-grpconst.noarch" package

This guide let you learn how to install gap-pkg-grpconst.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install gap-pkg-grpconst.noarch

2. Uninstall "gap-pkg-grpconst.noarch" package

This guide covers the steps necessary to uninstall gap-pkg-grpconst.noarch on Fedora 34:

$ sudo dnf remove gap-pkg-grpconst.noarch $ sudo dnf autoremove

3. Information about the gap-pkg-grpconst.noarch package on Fedora 34

Last metadata expiration check: 4:14:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gap-pkg-grpconst
Version : 2.6.2
Release : 3.fc34
Architecture : noarch
Size : 43 k
Source : gap-pkg-grpconst-2.6.2-3.fc34.src.rpm
Repository : fedora
Summary : Constructing groups of a given order
URL : https://gap-packages.github.io/grpconst/
License : GPLv2+
Description : 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.