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

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

Introduction

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

What is ghc-ghc-boot-devel

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

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

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

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

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

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

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

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

sudo dnf remove ghc-ghc-boot-devel

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

/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/BaseDir.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/BaseDir.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/ForeignSrcLang.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/ForeignSrcLang.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/HandleEncoding.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/HandleEncoding.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/LanguageExtensions.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/LanguageExtensions.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/PackageDb.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/PackageDb.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Platform
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Platform.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Platform.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Platform/Host.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Platform/Host.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Serialized.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Serialized.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Settings.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Settings.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/UniqueSubdir.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/UniqueSubdir.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Version.dyn_hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/GHC/Version.hi
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/HSghc-boot-8.10.5.o
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/HSghc-boot-8.10.5.p_o
/usr/lib64/ghc-8.10.5/ghc-boot-8.10.5/libHSghc-boot-8.10.5.a
/usr/lib64/ghc-8.10.5/package.conf.d/ghc-boot-8.10.5.conf

References

Summary

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