How To Install ghc-scotty-prof on Fedora 36

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

Introduction

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

What is ghc-scotty-prof

This package provides the Haskell scotty profiling library.

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

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

sudo dnf -y install ghc-scotty-prof

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

sudo yum -y install ghc-scotty-prof

How To Uninstall ghc-scotty-prof on Fedora 36

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

sudo dnf remove ghc-scotty-prof

ghc-scotty-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/scotty-0.12/Web/Scotty.p_hi
/usr/lib64/ghc-8.10.5/scotty-0.12/Web/Scotty/Action.p_hi
/usr/lib64/ghc-8.10.5/scotty-0.12/Web/Scotty/Internal/Types.p_hi
/usr/lib64/ghc-8.10.5/scotty-0.12/Web/Scotty/Route.p_hi
/usr/lib64/ghc-8.10.5/scotty-0.12/Web/Scotty/Trans.p_hi
/usr/lib64/ghc-8.10.5/scotty-0.12/Web/Scotty/Util.p_hi
/usr/lib64/ghc-8.10.5/scotty-0.12/libHSscotty-0.12-FdFP6ASqF9fjChXVTYcdt_p.a

References

Summary

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