How To Install ghc-unix-time-prof on Fedora 36

In this tutorial we learn how to install ghc-unix-time-prof in Fedora 36. ghc-unix-time-prof is Haskell unix-time profiling library

Introduction

In this tutorial we learn how to install ghc-unix-time-prof on Fedora 36.

What is ghc-unix-time-prof

This package provides the Haskell unix-time profiling library.

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

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

sudo dnf -y install ghc-unix-time-prof

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

sudo yum -y install ghc-unix-time-prof

How To Uninstall ghc-unix-time-prof on Fedora 36

To uninstall only the ghc-unix-time-prof package we can use the following command:

sudo dnf remove ghc-unix-time-prof

ghc-unix-time-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/unix-time-0.4.7/Data/UnixTime.p_hi
/usr/lib64/ghc-8.10.5/unix-time-0.4.7/Data/UnixTime/Conv.p_hi
/usr/lib64/ghc-8.10.5/unix-time-0.4.7/Data/UnixTime/Diff.p_hi
/usr/lib64/ghc-8.10.5/unix-time-0.4.7/Data/UnixTime/Sys.p_hi
/usr/lib64/ghc-8.10.5/unix-time-0.4.7/Data/UnixTime/Types.p_hi
/usr/lib64/ghc-8.10.5/unix-time-0.4.7/libHSunix-time-0.4.7-8pxXd822NQt6J0xcLQyzm2_p.a

References

Summary

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