How To Install ghc-digest-devel on Fedora 36

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

Introduction

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

What is ghc-digest-devel

This package provides the Haskell digest library development files.

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

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

sudo dnf -y install ghc-digest-devel

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

sudo yum -y install ghc-digest-devel

How To Uninstall ghc-digest-devel on Fedora 36

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

sudo dnf remove ghc-digest-devel

ghc-digest-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/digest-0.0.1.3
/usr/lib64/ghc-8.10.5/digest-0.0.1.3/Data
/usr/lib64/ghc-8.10.5/digest-0.0.1.3/Data/Digest
/usr/lib64/ghc-8.10.5/digest-0.0.1.3/Data/Digest/Adler32.dyn_hi
/usr/lib64/ghc-8.10.5/digest-0.0.1.3/Data/Digest/Adler32.hi
/usr/lib64/ghc-8.10.5/digest-0.0.1.3/Data/Digest/CRC32.dyn_hi
/usr/lib64/ghc-8.10.5/digest-0.0.1.3/Data/Digest/CRC32.hi
/usr/lib64/ghc-8.10.5/digest-0.0.1.3/libHSdigest-0.0.1.3-4D61QYpuhcI1QRWrapbn9l.a
/usr/lib64/ghc-8.10.5/package.conf.d/digest-0.0.1.3.conf

References

Summary

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