How To Install ghc-Glob on Fedora 36

In this tutorial we learn how to install ghc-Glob in Fedora 36. ghc-Glob is Globbing library

Introduction

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

What is ghc-Glob

A library for globbing

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

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

sudo dnf -y install ghc-Glob

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

sudo yum -y install ghc-Glob

How To Uninstall ghc-Glob on Fedora 36

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

sudo dnf remove ghc-Glob

ghc-Glob Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/565465b4a8f13144b6a68c889112074fb8a56e
/usr/lib64/libHSGlob-0.10.1-4pQil4K4NdF8u0o9uDDTdM-ghc8.10.5.so
/usr/share/licenses/ghc-Glob
/usr/share/licenses/ghc-Glob/LICENSE.txt

References

Summary

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