How To Install gap-pkg-uuid on Fedora 36

In this tutorial we learn how to install gap-pkg-uuid in Fedora 36. gap-pkg-uuid is RFC 4122 UUIDs for GAP

Introduction

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

What is gap-pkg-uuid

This package provides functionality to create, query, and manipulate RFC 4122 UUIDs.

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

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

sudo dnf -y install gap-pkg-uuid

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

sudo yum -y install gap-pkg-uuid

How To Uninstall gap-pkg-uuid on Fedora 36

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

sudo dnf remove gap-pkg-uuid

gap-pkg-uuid Package Contents on Fedora 36

/usr/lib/gap/pkg/uuid-0.7
/usr/lib/gap/pkg/uuid-0.7/PackageInfo.g
/usr/lib/gap/pkg/uuid-0.7/gap
/usr/lib/gap/pkg/uuid-0.7/gap/uuid.gd
/usr/lib/gap/pkg/uuid-0.7/gap/uuid.gi
/usr/lib/gap/pkg/uuid-0.7/init.g
/usr/lib/gap/pkg/uuid-0.7/makedoc.g
/usr/lib/gap/pkg/uuid-0.7/read.g
/usr/lib/gap/pkg/uuid-0.7/tst
/usr/lib/gap/pkg/uuid-0.7/tst/basic.tst
/usr/lib/gap/pkg/uuid-0.7/tst/testall.g
/usr/share/doc/gap-pkg-uuid
/usr/share/doc/gap-pkg-uuid/README.md
/usr/share/doc/gap-pkg-uuid/TODO.md
/usr/share/licenses/gap-pkg-uuid
/usr/share/licenses/gap-pkg-uuid/COPYRIGHT.md
/usr/share/licenses/gap-pkg-uuid/LICENSE

References

Summary

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