How To Install ghc-unliftio-prof on Fedora 36

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

Introduction

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

What is ghc-unliftio-prof

This package provides the Haskell unliftio profiling library.

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

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

sudo dnf -y install ghc-unliftio-prof

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

sudo yum -y install ghc-unliftio-prof

How To Uninstall ghc-unliftio-prof on Fedora 36

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

sudo dnf remove ghc-unliftio-prof

ghc-unliftio-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/unliftio-0.2.19/Paths_unliftio.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Async.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Chan.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Concurrent.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Directory.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Environment.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Exception.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Foreign.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/IO.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/IO/File.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/IO/File/Posix.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/IORef.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Internals/Async.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/MVar.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Memoize.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Process.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/QSem.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/QSemN.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/STM.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Temporary.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/UnliftIO/Timeout.p_hi
/usr/lib64/ghc-8.10.5/unliftio-0.2.19/libHSunliftio-0.2.19-J8qwsJftKEIAsIzJnd9yD5_p.a

References

Summary

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