How To Install ghc-tasty-prof on Fedora 36

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

Introduction

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

What is ghc-tasty-prof

This package provides the Haskell tasty profiling library.

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

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

sudo dnf -y install ghc-tasty-prof

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

sudo yum -y install ghc-tasty-prof

How To Uninstall ghc-tasty-prof on Fedora 36

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

sudo dnf remove ghc-tasty-prof

ghc-tasty-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/tasty-1.4.1/Control/Concurrent/Async.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/CmdLine.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Core.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Ingredients.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Ingredients/Basic.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Ingredients/ConsoleReporter.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Ingredients/IncludingOptions.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Ingredients/ListTests.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Options.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Options/Core.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Options/Env.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Parallel.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Patterns.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Patterns/Eval.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Patterns/Expr.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Patterns/Parser.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Patterns/Types.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Providers.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Providers/ConsoleFormat.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Run.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Runners.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Runners/Reducers.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/Test/Tasty/Runners/Utils.p_hi
/usr/lib64/ghc-8.10.5/tasty-1.4.1/libHStasty-1.4.1-5mO42rID0La679vg8RZ1OA_p.a

References

Summary

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