How To Install ghc-hosc-prof on Fedora 36

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

Introduction

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

What is ghc-hosc-prof

This package provides the Haskell hosc profiling library.

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

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

sudo dnf -y install ghc-hosc-prof

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

sudo yum -y install ghc-hosc-prof

How To Uninstall ghc-hosc-prof on Fedora 36

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

sudo dnf remove ghc-hosc-prof

ghc-hosc-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Coding/Byte.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Coding/Cast.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Coding/Convert.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Coding/Decode/Base.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Coding/Decode/Binary.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Coding/Encode/Base.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Coding/Encode/Builder.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Core.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Datum.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/FD.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Packet.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Time.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Transport/FD.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Transport/FD/TCP.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Transport/FD/UDP.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Transport/Monad.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/Sound/OSC/Wait.p_hi
/usr/lib64/ghc-8.10.5/hosc-0.18.1/libHShosc-0.18.1-9cG81MVQOASEkDAj5WljYg_p.a

References

Summary

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