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

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

Introduction

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

What is ghc-concurrent-extra-prof

This package provides the Haskell concurrent-extra profiling library.

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

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

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

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

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

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

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

sudo dnf remove ghc-concurrent-extra-prof

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

/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/Control/Concurrent/Broadcast.p_hi
/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/Control/Concurrent/Event.p_hi
/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/Control/Concurrent/Lock.p_hi
/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/Control/Concurrent/RLock.p_hi
/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/Control/Concurrent/ReadWriteLock.p_hi
/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/Control/Concurrent/ReadWriteVar.p_hi
/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/Control/Concurrent/STM/Lock.p_hi
/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/Utils.p_hi
/usr/lib64/ghc-8.10.5/concurrent-extra-0.7.0.12/libHSconcurrent-extra-0.7.0.12-3aT9VDiL7lp1rhWSil0YoE_p.a

References

Summary

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