How to Install and Uninstall gap-pkg-autpgrp.noarch Package on Fedora 36

Last updated: April 20,2024

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

This tutorial shows how to install gap-pkg-autpgrp.noarch on Fedora 36

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

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

Learn how to uninstall gap-pkg-autpgrp.noarch on Fedora 36:

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

3. Information about the gap-pkg-autpgrp.noarch package on Fedora 36

Last metadata expiration check: 5:57:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gap-pkg-autpgrp
Version : 1.10.2
Release : 5.fc36
Architecture : noarch
Size : 40 k
Source : gap-pkg-autpgrp-1.10.2-5.fc36.src.rpm
Repository : fedora
Summary : Compute the automorphism group of a p-Group in GAP
URL : https://gap-packages.github.io/autpgrp/
License : GPLv2+
Description : 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.