How To Install ghc-Glob-devel on Fedora 36

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

Introduction

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

What is ghc-Glob-devel

This package provides the Haskell Glob library development files.

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

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

sudo dnf -y install ghc-Glob-devel

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

sudo yum -y install ghc-Glob-devel

How To Uninstall ghc-Glob-devel on Fedora 36

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

sudo dnf remove ghc-Glob-devel

ghc-Glob-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/Glob-0.10.1
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob.dyn_hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob.hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Base.dyn_hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Base.hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Directory.dyn_hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Directory.hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Match.dyn_hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Match.hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Primitive.dyn_hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Primitive.hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Simplify.dyn_hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Simplify.hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Utils.dyn_hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/System/FilePath/Glob/Utils.hi
/usr/lib64/ghc-8.10.5/Glob-0.10.1/libHSGlob-0.10.1-4pQil4K4NdF8u0o9uDDTdM.a
/usr/lib64/ghc-8.10.5/package.conf.d/Glob-0.10.1.conf
/usr/share/doc/ghc-Glob-devel
/usr/share/doc/ghc-Glob-devel/CHANGELOG.txt
/usr/share/doc/ghc-Glob-devel/README.txt

References

Summary

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