How To Install ghc-concurrent-output-prof on Fedora 36

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

Introduction

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

What is ghc-concurrent-output-prof

This package provides the Haskell concurrent-output profiling library.

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

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

sudo dnf -y install ghc-concurrent-output-prof

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

sudo yum -y install ghc-concurrent-output-prof

How To Uninstall ghc-concurrent-output-prof on Fedora 36

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

sudo dnf remove ghc-concurrent-output-prof

ghc-concurrent-output-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Concurrent.p_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Concurrent/Internal.p_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Regions.p_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Process/Concurrent.p_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/Utility/Exception.p_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/Utility/Monad.p_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/libHSconcurrent-output-1.10.12-J78Zuz2BzhE2ySzNvSWj41_p.a

References

Summary

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