How To Install ghc-generic-deriving-prof on Fedora 36

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

Introduction

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

What is ghc-generic-deriving-prof

This package provides the Haskell generic-deriving profiling library.

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

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

sudo dnf -y install ghc-generic-deriving-prof

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

sudo yum -y install ghc-generic-deriving-prof

How To Uninstall ghc-generic-deriving-prof on Fedora 36

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

sudo dnf remove ghc-generic-deriving-prof

ghc-generic-deriving-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Base.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Base/Internal.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/ConNames.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Copoint.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Default.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Enum.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Eq.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Foldable.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Functor.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Instances.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Monoid.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Monoid/Internal.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Semigroup.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Semigroup/Internal.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Show.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/TH.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/TH/Internal.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/TH/Post4_9.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Traversable.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Generics/Deriving/Uniplate.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/Paths_generic_deriving.p_hi
/usr/lib64/ghc-8.10.5/generic-deriving-1.14/libHSgeneric-deriving-1.14-JNjweV1BbPJ74AopR0TcGQ_p.a

References

Summary

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