How To Install gap-pkg-format on Fedora 36

In this tutorial we learn how to install gap-pkg-format in Fedora 36. gap-pkg-format is Formations of finite solvable groups

Introduction

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

What is gap-pkg-format

The package contains programs for computing with formations of finite solvable groups and with various formation-theoretic subgroups.

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

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

sudo dnf -y install gap-pkg-format

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

sudo yum -y install gap-pkg-format

How To Uninstall gap-pkg-format on Fedora 36

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

sudo dnf remove gap-pkg-format

gap-pkg-format Package Contents on Fedora 36

/usr/lib/gap/pkg/format-1.4.3
/usr/lib/gap/pkg/format-1.4.3/PackageInfo.g
/usr/lib/gap/pkg/format-1.4.3/grp
/usr/lib/gap/pkg/format-1.4.3/grp/DARK.gi
/usr/lib/gap/pkg/format-1.4.3/grp/DARKplus.gi
/usr/lib/gap/pkg/format-1.4.3/grp/FI22.gi
/usr/lib/gap/pkg/format-1.4.3/grp/LUX.gi
/usr/lib/gap/pkg/format-1.4.3/grp/LUX2_12.gi
/usr/lib/gap/pkg/format-1.4.3/grp/ONF.gi
/usr/lib/gap/pkg/format-1.4.3/grp/OOF.gi
/usr/lib/gap/pkg/format-1.4.3/grp/README
/usr/lib/gap/pkg/format-1.4.3/grp/UPP.gi
/usr/lib/gap/pkg/format-1.4.3/grp/g93.gi
/usr/lib/gap/pkg/format-1.4.3/init.g
/usr/lib/gap/pkg/format-1.4.3/lib
/usr/lib/gap/pkg/format-1.4.3/lib/covering.gi
/usr/lib/gap/pkg/format-1.4.3/lib/exres.gi
/usr/lib/gap/pkg/format-1.4.3/lib/format.gd
/usr/lib/gap/pkg/format-1.4.3/lib/formation.gi
/usr/lib/gap/pkg/format-1.4.3/lib/general.gi
/usr/lib/gap/pkg/format-1.4.3/lib/normalizer.gi
/usr/lib/gap/pkg/format-1.4.3/lib/residual.gi
/usr/lib/gap/pkg/format-1.4.3/read.g
/usr/lib/gap/pkg/format-1.4.3/tst
/usr/lib/gap/pkg/format-1.4.3/tst/manual.example-6.tst
/usr/lib/gap/pkg/format-1.4.3/tst/manual.example-7.tst
/usr/lib/gap/pkg/format-1.4.3/tst/testall.g
/usr/share/doc/gap-pkg-format
/usr/share/doc/gap-pkg-format/README.md
/usr/share/licenses/gap-pkg-format
/usr/share/licenses/gap-pkg-format/LICENSE

References

Summary

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