How To Install ghc-http-client-prof on Fedora 36

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

Introduction

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

What is ghc-http-client-prof

This package provides the Haskell http-client profiling library.

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

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

sudo dnf -y install ghc-http-client-prof

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

sudo yum -y install ghc-http-client-prof

How To Uninstall ghc-http-client-prof on Fedora 36

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

sudo dnf remove ghc-http-client-prof

ghc-http-client-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Data/KeyedPool.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Body.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Connection.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Cookies.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Core.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Headers.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Internal.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Manager.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/MultipartFormData.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Request.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Response.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Types.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Client/Util.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/HTTP/Proxy.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/PublicSuffixList/DataStructure.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/PublicSuffixList/Lookup.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/PublicSuffixList/Serialize.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/Network/PublicSuffixList/Types.p_hi
/usr/lib64/ghc-8.10.5/http-client-0.6.4.1/libHShttp-client-0.6.4.1-Hyim1Jcpm5n6YWHLTHTJwP_p.a

References

Summary

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