How To Install ghc-time-locale-compat-devel on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-time-locale-compat-devel on Fedora 36.

What is ghc-time-locale-compat-devel

This package provides the Haskell time-locale-compat library development files.

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

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

sudo dnf -y install ghc-time-locale-compat-devel

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

sudo yum -y install ghc-time-locale-compat-devel

How To Uninstall ghc-time-locale-compat-devel on Fedora 36

To uninstall only the ghc-time-locale-compat-devel package we can use the following command:

sudo dnf remove ghc-time-locale-compat-devel

ghc-time-locale-compat-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/time-locale-compat-0.1.1.5.conf
/usr/lib64/ghc-8.10.5/time-locale-compat-0.1.1.5
/usr/lib64/ghc-8.10.5/time-locale-compat-0.1.1.5/Data
/usr/lib64/ghc-8.10.5/time-locale-compat-0.1.1.5/Data/Time
/usr/lib64/ghc-8.10.5/time-locale-compat-0.1.1.5/Data/Time/Locale
/usr/lib64/ghc-8.10.5/time-locale-compat-0.1.1.5/Data/Time/Locale/Compat.dyn_hi
/usr/lib64/ghc-8.10.5/time-locale-compat-0.1.1.5/Data/Time/Locale/Compat.hi
/usr/lib64/ghc-8.10.5/time-locale-compat-0.1.1.5/libHStime-locale-compat-0.1.1.5-8qsrxXMQH9B7DrSl3vwbIP.a

References

Summary

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