How To Install ghc-uniplate-prof on Fedora 36

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

Introduction

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

What is ghc-uniplate-prof

This package provides the Haskell uniplate profiling library.

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

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

sudo dnf -y install ghc-uniplate-prof

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

sudo yum -y install ghc-uniplate-prof

How To Uninstall ghc-uniplate-prof on Fedora 36

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

sudo dnf remove ghc-uniplate-prof

ghc-uniplate-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Biplate.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Compos.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/PlateData.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/PlateDirect.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/PlateTypeable.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/SYB.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Str.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Data.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Data/Instances.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/DataOnly.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Direct.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Internal/Data.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Internal/DataOnlyOperations.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Internal/Utils.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Operations.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Typeable.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/Uniplate/Zipper.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/UniplateOn.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/UniplateStr.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/Data/Generics/UniplateStrOn.p_hi
/usr/lib64/ghc-8.10.5/uniplate-1.6.13/libHSuniplate-1.6.13-IVoWeiyOM7W3mcHuINUXRg_p.a

References

Summary

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