How To Install ghc-sandi-prof on Fedora 36

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

Introduction

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

What is ghc-sandi-prof

This package provides the Haskell sandi profiling library.

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

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

sudo dnf -y install ghc-sandi-prof

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

sudo yum -y install ghc-sandi-prof

How To Uninstall ghc-sandi-prof on Fedora 36

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

sudo dnf remove ghc-sandi-prof

ghc-sandi-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Base16.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Base32.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Base32Hex.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Base64.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Base64Url.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Base85.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/QuotedPrintable.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Uu.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Xx.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Codec/Binary/Yenc.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Base16.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Base32.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Base32Hex.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Base64.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Base64Url.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Base85.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/QuotedPrintable.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Util.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Uu.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Xx.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Data/Conduit/Codec/Yenc.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/Paths_sandi.p_hi
/usr/lib64/ghc-8.10.5/sandi-0.5/libHSsandi-0.5-EVNdDEcyNgrLcIMI4krlwt_p.a

References

Summary

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