How To Install ghc-uuid on Fedora 36

In this tutorial we learn how to install ghc-uuid in Fedora 36. ghc-uuid is For creating, comparing, parsing and printing Universally Unique Identifiers

Introduction

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

What is ghc-uuid

This library is useful for creating, comparing, parsing and printing Universally Unique Identifiers. See <http

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

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

sudo dnf -y install ghc-uuid

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

sudo yum -y install ghc-uuid

How To Uninstall ghc-uuid on Fedora 36

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

sudo dnf remove ghc-uuid

ghc-uuid Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/ade761f8e3623cf5c1f1930e15f2783d140dfc
/usr/lib64/libHSuuid-1.3.15-6kTNQeghI1RBHkOEd9uZ2h-ghc8.10.5.so
/usr/share/licenses/ghc-uuid
/usr/share/licenses/ghc-uuid/LICENSE

References

Summary

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