How To Install ghc-timerep-devel on Fedora 36

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

Introduction

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

What is ghc-timerep-devel

This package provides the Haskell timerep library development files.

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

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

sudo dnf -y install ghc-timerep-devel

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

sudo yum -y install ghc-timerep-devel

How To Uninstall ghc-timerep-devel on Fedora 36

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

sudo dnf remove ghc-timerep-devel

ghc-timerep-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/timerep-2.0.1.0.conf
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time/RFC2822.dyn_hi
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time/RFC2822.hi
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time/RFC3339.dyn_hi
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time/RFC3339.hi
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time/RFC822.dyn_hi
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time/RFC822.hi
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time/Util.dyn_hi
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/Data/Time/Util.hi
/usr/lib64/ghc-8.10.5/timerep-2.0.1.0/libHStimerep-2.0.1.0-EMtNv3SgCzZ7RmgPhZNEd2.a

References

Summary

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