How To Install ghc-uuid-prof on Fedora 36

In this tutorial we learn how to install ghc-uuid-prof in Fedora 36. ghc-uuid-prof is Haskell uuid profiling library

Introduction

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

What is ghc-uuid-prof

This package provides the Haskell uuid profiling library.

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

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

sudo dnf -y install ghc-uuid-prof

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

sudo yum -y install ghc-uuid-prof

How To Uninstall ghc-uuid-prof on Fedora 36

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

sudo dnf remove ghc-uuid-prof

ghc-uuid-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID.p_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/Named.p_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/Util.p_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V1.p_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V3.p_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V4.p_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/UUID/V5.p_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/Data/Word/Util.p_hi
/usr/lib64/ghc-8.10.5/uuid-1.3.15/libHSuuid-1.3.15-6kTNQeghI1RBHkOEd9uZ2h_p.a

References

Summary

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