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

In this tutorial we learn how to install ghc-ghc-boot-th-devel in Fedora 36. ghc-ghc-boot-th-devel is Haskell ghc-boot-th library development files

Introduction

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

What is ghc-ghc-boot-th-devel

This package provides the Haskell ghc-boot-th library development files.

We can use yum or dnf to install ghc-ghc-boot-th-devel 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-devel.

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

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

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

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

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

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

sudo dnf remove ghc-ghc-boot-th-devel

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

/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/ForeignSrcLang
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/ForeignSrcLang/Type.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/ForeignSrcLang/Type.hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/LanguageExtensions
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/LanguageExtensions/Type.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/LanguageExtensions/Type.hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/Lexeme.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/GHC/Lexeme.hi
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/HSghc-boot-th-8.10.5.o
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/HSghc-boot-th-8.10.5.p_o
/usr/lib64/ghc-8.10.5/ghc-boot-th-8.10.5/libHSghc-boot-th-8.10.5.a
/usr/lib64/ghc-8.10.5/package.conf.d/ghc-boot-th-8.10.5.conf

References

Summary

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