How To Install gap-pkg-crime on Fedora 36

In this tutorial we learn how to install gap-pkg-crime in Fedora 36. gap-pkg-crime is Group cohomology and Massey products

Introduction

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

What is gap-pkg-crime

This GAP package computes cohomology rings for finite p-groups using Jon Carlson’s method, both as GAP objects, and also in terms of generators and relators. It also computes induced homomorphisms on cohomology and Massey products in the cohomology ring.

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

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

sudo dnf -y install gap-pkg-crime

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

sudo yum -y install gap-pkg-crime

How To Uninstall gap-pkg-crime on Fedora 36

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

sudo dnf remove gap-pkg-crime

gap-pkg-crime Package Contents on Fedora 36

/usr/lib/gap/pkg/crime-1.6
/usr/lib/gap/pkg/crime-1.6/CHANGES.md
/usr/lib/gap/pkg/crime-1.6/PackageInfo.g
/usr/lib/gap/pkg/crime-1.6/README.md
/usr/lib/gap/pkg/crime-1.6/gap
/usr/lib/gap/pkg/crime-1.6/gap/action.gi
/usr/lib/gap/pkg/crime-1.6/gap/augmentation.gi
/usr/lib/gap/pkg/crime-1.6/gap/comments
/usr/lib/gap/pkg/crime-1.6/gap/crime.gd
/usr/lib/gap/pkg/crime-1.6/gap/degree.gi
/usr/lib/gap/pkg/crime-1.6/gap/generators.gi
/usr/lib/gap/pkg/crime-1.6/gap/helpers.gi
/usr/lib/gap/pkg/crime-1.6/gap/induced.gi
/usr/lib/gap/pkg/crime-1.6/gap/lift.gi
/usr/lib/gap/pkg/crime-1.6/gap/locate.gi
/usr/lib/gap/pkg/crime-1.6/gap/massey.gi
/usr/lib/gap/pkg/crime-1.6/gap/print.pl
/usr/lib/gap/pkg/crime-1.6/gap/radical.gi
/usr/lib/gap/pkg/crime-1.6/gap/relations.gi
/usr/lib/gap/pkg/crime-1.6/gap/resolution.gi
/usr/lib/gap/pkg/crime-1.6/gap/ring.gi
/usr/lib/gap/pkg/crime-1.6/gap/table.gi
/usr/lib/gap/pkg/crime-1.6/init.g
/usr/lib/gap/pkg/crime-1.6/makedoc.g
/usr/lib/gap/pkg/crime-1.6/tst
/usr/lib/gap/pkg/crime-1.6/tst/README-tst
/usr/lib/gap/pkg/crime-1.6/tst/batch.g
/usr/lib/gap/pkg/crime-1.6/tst/test.tst
/usr/lib/gap/pkg/crime-1.6/tst/testall.g
/usr/share/doc/gap-pkg-crime
/usr/share/doc/gap-pkg-crime/CHANGES.md
/usr/share/doc/gap-pkg-crime/README.md
/usr/share/licenses/gap-pkg-crime
/usr/share/licenses/gap-pkg-crime/COPYING

References

Summary

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