How To Install ghc-ghc-boot-th-prof on Fedora 36

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

Introduction

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

What is ghc-ghc-boot-th-prof

This package provides the Haskell ghc-boot-th profiling library.

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

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

sudo dnf -y install ghc-ghc-boot-th-prof

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

sudo yum -y install ghc-ghc-boot-th-prof

How To Uninstall ghc-ghc-boot-th-prof on Fedora 36

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

sudo dnf remove ghc-ghc-boot-th-prof

ghc-ghc-boot-th-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/ForeignSrcLang/Type.p_hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/LanguageExtensions/Type.p_hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/Lexeme.p_hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/libHSghc-boot-th-8.10.5_p.a

References

Summary

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