How To Install gap-pkg-ace on Fedora 36

In this tutorial we learn how to install gap-pkg-ace in Fedora 36. gap-pkg-ace is Advanced Coset Enumerator

Introduction

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

What is gap-pkg-ace

The ACE package provides a mechanism to replace GAP’s usual Todd-Coxeter coset enumerator by ACE, so that functions that behind the scenes use coset enumeration will use the ACE enumerator. The ACE enumerator may also be used explicitly; both non-interactively and interactively. However the package is used, a plethora of options and strategies are available to assist the user in avoiding incomplete coset enumerations.

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

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

sudo dnf -y install gap-pkg-ace

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

sudo yum -y install gap-pkg-ace

How To Uninstall gap-pkg-ace on Fedora 36

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

sudo dnf remove gap-pkg-ace

gap-pkg-ace Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/7de7df721b7a3423333752a5ac5a8fea962d50
/usr/lib/gap/pkg/ace-5.4
/usr/lib/gap/pkg/ace-5.4/.package_note-gap-pkg-ace-5.4-1.fc36.x86_64.ld
/usr/lib/gap/pkg/ace-5.4/PackageInfo.g
/usr/lib/gap/pkg/ace-5.4/VERSION
/usr/lib/gap/pkg/ace-5.4/bin
/usr/lib/gap/pkg/ace-5.4/bin/x86_64-redhat-linux-gnu-default64-kv7
/usr/lib/gap/pkg/ace-5.4/bin/x86_64-redhat-linux-gnu-default64-kv7/ace
/usr/lib/gap/pkg/ace-5.4/gap
/usr/lib/gap/pkg/ace-5.4/gap/ace.gd
/usr/lib/gap/pkg/ace-5.4/gap/ace.gi
/usr/lib/gap/pkg/ace-5.4/gap/general.gd
/usr/lib/gap/pkg/ace-5.4/gap/general.gi
/usr/lib/gap/pkg/ace-5.4/gap/interact.gd
/usr/lib/gap/pkg/ace-5.4/gap/interact.gi
/usr/lib/gap/pkg/ace-5.4/gap/options.gd
/usr/lib/gap/pkg/ace-5.4/gap/options.gi
/usr/lib/gap/pkg/ace-5.4/gap/streams.gd
/usr/lib/gap/pkg/ace-5.4/gap/streams.gi
/usr/lib/gap/pkg/ace-5.4/init.g
/usr/lib/gap/pkg/ace-5.4/read.g
/usr/lib/gap/pkg/ace-5.4/tst
/usr/lib/gap/pkg/ace-5.4/tst/aceds.tst
/usr/lib/gap/pkg/ace-5.4/tst/testall.g
/usr/share/doc/gap-pkg-ace
/usr/share/doc/gap-pkg-ace/CHANGES.md
/usr/share/doc/gap-pkg-ace/README.md
/usr/share/licenses/gap-pkg-ace
/usr/share/licenses/gap-pkg-ace/LICENSE

References

Summary

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