How To Install gap-pkg-images on Fedora 36

In this tutorial we learn how to install gap-pkg-images in Fedora 36. gap-pkg-images is Minimal and canonical images in permutation groups

Introduction

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

What is gap-pkg-images

This package provides functionality to compute canonical representatives under group actions in GAP.

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

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

sudo dnf -y install gap-pkg-images

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

sudo yum -y install gap-pkg-images

How To Uninstall gap-pkg-images on Fedora 36

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

sudo dnf remove gap-pkg-images

gap-pkg-images Package Contents on Fedora 36

/usr/lib/gap/pkg/images-1.3.1
/usr/lib/gap/pkg/images-1.3.1/PackageInfo.g
/usr/lib/gap/pkg/images-1.3.1/gap
/usr/lib/gap/pkg/images-1.3.1/gap/allMinimalImages.g
/usr/lib/gap/pkg/images-1.3.1/gap/set_smallest_image
/usr/lib/gap/pkg/images-1.3.1/gap/set_smallest_image/nsi.g
/usr/lib/gap/pkg/images-1.3.1/gap/set_smallest_image/nsi_horriblesetsethack.g
/usr/lib/gap/pkg/images-1.3.1/gap/smallestImage.gd
/usr/lib/gap/pkg/images-1.3.1/gap/smallestImage.gi
/usr/lib/gap/pkg/images-1.3.1/images-1.3.1
/usr/lib/gap/pkg/images-1.3.1/init.g
/usr/lib/gap/pkg/images-1.3.1/makedoc.g
/usr/lib/gap/pkg/images-1.3.1/maketest.g
/usr/lib/gap/pkg/images-1.3.1/read.g
/usr/lib/gap/pkg/images-1.3.1/tst
/usr/lib/gap/pkg/images-1.3.1/tst/test_findallimages.tst
/usr/lib/gap/pkg/images-1.3.1/tst/test_findallimages2.tst
/usr/lib/gap/pkg/images-1.3.1/tst/test_functions.g
/usr/lib/gap/pkg/images-1.3.1/tst/test_minimage.tst
/usr/lib/gap/pkg/images-1.3.1/tst/test_minimage2.tst
/usr/lib/gap/pkg/images-1.3.1/tst/test_minimage3.tst
/usr/lib/gap/pkg/images-1.3.1/tst/testall.g
/usr/lib/gap/pkg/images-1.3.1/tst/testlong.g
/usr/lib/gap/pkg/images-1.3.1/tst/timing.g
/usr/lib/gap/pkg/images-1.3.1/tst/trans
/usr/share/doc/gap-pkg-images
/usr/share/doc/gap-pkg-images/README.md
/usr/share/licenses/gap-pkg-images
/usr/share/licenses/gap-pkg-images/LICENSE

References

Summary

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