How To Install ghc-dataenc-devel on Fedora 36

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

Introduction

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

What is ghc-dataenc-devel

This package provides the Haskell dataenc library development files.

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

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

sudo dnf -y install ghc-dataenc-devel

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

sudo yum -y install ghc-dataenc-devel

How To Uninstall ghc-dataenc-devel on Fedora 36

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

sudo dnf remove ghc-dataenc-devel

ghc-dataenc-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base16.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base16.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base32.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base32.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base32Hex.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base32Hex.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base64.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base64.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base64Url.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base64Url.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base85.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Base85.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/DataEncoding.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/DataEncoding.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/PythonString.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/PythonString.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/QuotedPrintable.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/QuotedPrintable.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Url.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Url.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Util.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Util.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Uu.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Uu.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Xx.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Xx.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Yenc.dyn_hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/Codec/Binary/Yenc.hi
/usr/lib64/ghc-8.10.5/dataenc-0.14.0.7/libHSdataenc-0.14.0.7-1Eo9V8Z8oMe9nRhDonmSLh.a
/usr/lib64/ghc-8.10.5/package.conf.d/dataenc-0.14.0.7.conf

References

Summary

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