How To Install ghc-servant-prof on Fedora 36

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

Introduction

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

What is ghc-servant-prof

This package provides the Haskell servant profiling library.

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

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

sudo dnf -y install ghc-servant-prof

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

sudo yum -y install ghc-servant-prof

How To Uninstall ghc-servant-prof on Fedora 36

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

sudo dnf remove ghc-servant-prof

ghc-servant-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Alternative.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/BasicAuth.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Capture.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/ContentTypes.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Description.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Empty.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Experimental/Auth.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Fragment.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Generic.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Header.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/HttpVersion.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/IsSecure.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Modifiers.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/QueryParam.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Raw.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/RemoteHost.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/ReqBody.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/ResponseHeaders.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Status.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Stream.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Sub.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/TypeLevel.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/UVerb.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/UVerb/Union.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Vault.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/Verbs.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/API/WithNamedContext.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/Links.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/Test/ComprehensiveAPI.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/Servant/Types/SourceT.p_hi
/usr/lib64/ghc-8.10.5/servant-0.18.3/libHSservant-0.18.3-JlQvOUXjN5hAJqgIpThuCa_p.a

References

Summary

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