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

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

Introduction

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

What is ghc-unix-compat-prof

This package provides the Haskell unix-compat profiling library.

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

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

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

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

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

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

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

sudo dnf remove ghc-unix-compat-prof

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

/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/System/PosixCompat.p_hi
/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/System/PosixCompat/Extensions.p_hi
/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/System/PosixCompat/Files.p_hi
/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/System/PosixCompat/Temp.p_hi
/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/System/PosixCompat/Time.p_hi
/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/System/PosixCompat/Types.p_hi
/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/System/PosixCompat/Unistd.p_hi
/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/System/PosixCompat/User.p_hi
/usr/lib64/ghc-8.10.5/unix-compat-0.5.3/libHSunix-compat-0.5.3-1KqjYp6svTH6EdzCzH8QEz_p.a

References

Summary

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