How To Install ghc-warp-prof on Fedora 36

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

Introduction

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

What is ghc-warp-prof

This package provides the Haskell warp profiling library.

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

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

sudo dnf -y install ghc-warp-prof

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

sudo yum -y install ghc-warp-prof

How To Uninstall ghc-warp-prof on Fedora 36

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

sudo dnf remove ghc-warp-prof

ghc-warp-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Buffer.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Conduit.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Counter.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Date.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/FdCache.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/File.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/FileInfoCache.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/HTTP1.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/HTTP2.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/HTTP2/File.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/HTTP2/PushPromise.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/HTTP2/Request.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/HTTP2/Response.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/HTTP2/Types.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/HashMap.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Header.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/IO.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Imports.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Internal.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/MultiMap.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/PackInt.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/ReadInt.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Recv.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Request.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/RequestHeader.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Response.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/ResponseHeader.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Run.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/SendFile.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Settings.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Types.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/Windows.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Network/Wai/Handler/Warp/WithApplication.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/Paths_warp.p_hi
/usr/lib64/ghc-8.10.5/warp-3.3.17/libHSwarp-3.3.17-8Jn2JG80ee4tm292zO9A9_p.a

References

Summary

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