How To Install ghc-tidal-prof on Fedora 36

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

Introduction

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

What is ghc-tidal-prof

This package provides the Haskell tidal profiling library.

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

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

sudo dnf -y install ghc-tidal-prof

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

sudo yum -y install ghc-tidal-prof

How To Uninstall ghc-tidal-prof on Fedora 36

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

sudo dnf remove ghc-tidal-prof

ghc-tidal-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/tidal-1.7.8/Paths_tidal.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Bjorklund.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Carabiner.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Chords.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Config.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Context.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Control.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Core.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/EspGrid.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Params.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/ParseBP.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Pattern.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Scales.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Show.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Simple.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Stream.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Tempo.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Time.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Transition.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/UI.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Utils.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/Sound/Tidal/Version.p_hi
/usr/lib64/ghc-8.10.5/tidal-1.7.8/libHStidal-1.7.8-I8w0dV73v0NFthlmTrOQvu_p.a

References

Summary

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