How To Install gap-pkg-grape on Fedora 36

In this tutorial we learn how to install gap-pkg-grape in Fedora 36. gap-pkg-grape is GRaph Algorithms using PErmutation groups

Introduction

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

What is gap-pkg-grape

GRAPE is a package for computing with graphs and groups, and is primarily designed for constructing and analyzing graphs related to groups, finite geometries, and designs.

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

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

sudo dnf -y install gap-pkg-grape

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

sudo yum -y install gap-pkg-grape

How To Uninstall gap-pkg-grape on Fedora 36

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

sudo dnf remove gap-pkg-grape

gap-pkg-grape Package Contents on Fedora 36

/usr/lib/gap/pkg/grape-4.8.5
/usr/lib/gap/pkg/grape-4.8.5/PackageInfo.g
/usr/lib/gap/pkg/grape-4.8.5/grh
/usr/lib/gap/pkg/grape-4.8.5/grh/E8
/usr/lib/gap/pkg/grape-4.8.5/grh/McL
/usr/lib/gap/pkg/grape-4.8.5/grh/Soicher
/usr/lib/gap/pkg/grape-4.8.5/init.g
/usr/lib/gap/pkg/grape-4.8.5/lib
/usr/lib/gap/pkg/grape-4.8.5/lib/grape.g
/usr/lib/gap/pkg/grape-4.8.5/lib/smallestimage.g
/usr/lib/gap/pkg/grape-4.8.5/tst
/usr/lib/gap/pkg/grape-4.8.5/tst/testall.g
/usr/lib/gap/pkg/grape-4.8.5/tst/testall.tst
/usr/share/doc/gap-pkg-grape
/usr/share/doc/gap-pkg-grape/CHANGES.md
/usr/share/doc/gap-pkg-grape/README.md
/usr/share/licenses/gap-pkg-grape
/usr/share/licenses/gap-pkg-grape/gpl.txt

References

Summary

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